Featured Articles

Creating WordPress Plugins with the WordPress Plugin Boilerplate

Creating a WordPress plugin is not necessarily a difficult task for an experienced WordPress developer, but I recently found an easier way to create one quickly.  What I really like about it is that I didn’t have to sacrifice good coding standards and good WordPress standards.  It also allowed me to keep a structured approach […]

Creating WordPress Plugins with the WordPress Plugin Boilerplate Read More »

How to Get Rid of the ‘Not Secure’ Message in Google Chrome on Your Website

Recently, the Google Chrome browser has started notifying users of the browser when they land on a site as to whether that site is secure or not. That message shows up in the top left of the browser address bar. If you want your website to show Google Chrome users that your site is secure,

How to Get Rid of the ‘Not Secure’ Message in Google Chrome on Your Website Read More »

Why Your WordPress Website Needs Extra Security

I love WordPress! It’s a fantastic way to build a website without knowing how to write code. It truly makes web development easier. But, what a lot of WordPress website owners don’t realize is how easy it is for someone to break into their website. WordPress is Open Source software, which is a great thing.

Why Your WordPress Website Needs Extra Security Read More »

Importing Large Databases Through phpMyAdmin

While moving WordPress sites from one domain to another for my clients, I often run into file size limitations on phpMyAdmin. Depending on the hosting account I’m moving to, I can sometimes change that limitation with the php.ini file or import from the command line. But, sometimes, I don’t have access to those methods and

Importing Large Databases Through phpMyAdmin Read More »

Debugging WordPress: When Deleting Plugins Doesn't Help – s2Member, WP User Avatar, and WP Curtain Incompatibilities

Well, that’s 8 hours of my life I can’t get back. But, I learned a lot! My WordPress website using the s2Member plugin was supposed to redirect my subscribers to the Welcome Page that I had set up AND it was supposed to hide the wp-admin screens from them. But, every time I logged in,

Debugging WordPress: When Deleting Plugins Doesn't Help – s2Member, WP User Avatar, and WP Curtain Incompatibilities Read More »

Scroll to Top