WordPress Tips

8 posts

How to do Domain Mapping without a Plugin

This is totally taken from: https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/ I just want to preserve it because it is good stuff! Howto: Domain Mapping without a Plugin – Instructions cleanteam (@cleanteam)3 years agoyes, it works natively without instructions, and here is what you need to know to make it work:recent versions (as of WP 4.x) […]

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 […]

Avoid Google SERP Penalty Make Sure Website is Mobile Friendly

Google is rolling out some changes this week that are going to penalize websites that are not mobile ready. It’s rare that they warn about upcoming changes so I think it is safe to assume that if your website is not mobile ready, according to Google, that you may experience […]

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 […]

Remove Date from WordPress Permalink URLs for SEO with htaccess

When using WordPress for your website it will default to the standard URL format showing the page number. However, many of us have changed or initially set up our WordPress blogs using the dates in the URL’s such as imageinnovationsllc.com/2013/1/my-blog-post. Initially you might think that the date in the URL […]