Wordpress

WordPress MU – Installation in a Sub Directory

Details of the errors If you are installing WordPress MU in a sub directory and have an installation of WordPress running in the root of you Domain. You may run into a number of errors: “There doesn’t seem to be a wp-config.php file. I need this...

Read More

WordPress – How to Get the Post ID

There are various locations throughout your theme where you might need to get the post ID. For instance you may have a widget in the sidebar that needs the ID or some place in the Header or the Footer that needs the ID. The following is a list of different...

Read More

WordPress – Unregister all Widgets

In my investigations to fix a problem with a clients site. I found the need to disable a single widget. The function below will unregister all of your widgets. Use the following code in your functions.php file and refresh or load a page from your site,...

Read More

WordPress – How to Determine the Installed Version and the Database Version

There are a couple of ways to tell what version of WordPress is installed on your domain. The one I like to use is www.yourdomain.com/readme.html, if your wordpress is installed at the root of your domain. If your WordPress is installed in a subdirectory you...

Read More

WordPress – Unavailable Widget Control in Admin Panel – Fix

As you saw from my early post, WordPress – Unavailable Widget Control in Admin Panel. I had a client who had an issue with the widget control panel not displaying correctly. This was a 2 part problem. Some how a widget ended up broken and was causing the...

Read More

WordPress – Unavailable Widget Control in Admin Panel – Problem

I ran into a serious problem tonight, a recent change that was made to a clients site caused a traffic lose and so they restored the site back to a previous database and theme. When you change the theme with the widgets enabled there is a chance you will not...

Read More