Select Page
LearnDash Hide Author and Date

LearnDash Hide Author and Date

By default, LearnDash displays the WordPress user author name and the date published below the title of courses, lessons, quizzes, etc. I wanted to eliminate this post metadata from my LearnDash website, and I am sure a lot of other people would like to do this as...
Syntax Highlighter Plugins

Syntax Highlighter Plugins

So it goes without saying that since this is a developer’s blog/tech website that source code examples are and will continue to be displayed here along with other content. I am currently in a dilemma as a few of the Syntax Highlighter WordPress Plugins I have...
PHP Parse Facebook Friends

PHP Parse Facebook Friends

The following tutorial will show you how to export your Facebook friends to JSON, parse this data using PHP, and import it to a MySQL database table. Download Facebook Friends Data To get started, you will need to login to your Facebook account and go to the...
Resize Comment Avatars in Divi

Resize Comment Avatars in Divi

I found myself working on a Divi site this morning and was testing a few things. I commented on a post, and to my dismay, my avatar image size was way too large for the comment section and disrupted the layout of the page. The result was unacceptable! After some...
Install phpMyAdmin on CentOS 8

Install phpMyAdmin on CentOS 8

When it comes to database administration and development, phpMyAdmin is a great free tool that can be used with MariaDB and MySQL. The following instructions will walk you through installing it on an AWS CentOS 8 image. 1. By default, phpMyAdmin is not available in...