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...
WordPress Plugin Header Fields

WordPress Plugin Header Fields

When developing WordPress Plugins, it is imperative to include header fields at the beginning of your main Plugin file. As a matter of fact, with no header fields, WordPress will not be able to recognize your code and files as a Plugin, so it will not install and...
Intro to WordPress Plugin Dev

Intro to WordPress Plugin Dev

WordPress Plugin development, at first glance, can be a technically overwhelming endeavor for many beginner WordPress developers as well as even intermediate WordPress developers. Recently, I was working with developing a new WordPress Plugin and decided to share my...

Install MySQL 5.7 on CentOS 8

Recently, I was working on a project where I had WordPress running on CentOS 8. However, we were using MariaDB and needed to change to a MySQL 5.7 database to meet other needs of the project. The following outlines the process of setting up MySQL 5.7, the remaining...