WordPress Cron Can Kill a Website
I have run into this several times now so I thought I would write a quick article on it. It seems that WordPress’s cron really mess up a website. Too many cron events will slow down your website. It can even cause timeout errors and out of memory issues. What is cron? Cron is basically […]
Manually Change WordPress Theme to Default in Database
Here is how to manually change the WordPress theme to a default (Twenty Fifteen) in database. Do not use this method if you are not familiar with manually editing your WordPress Database in phpMyAdmin. The three option_name rows in the database that need to be changed. These are what control which theme is currently active […]