Recent Blog Entries

test post

March 7th, 2010
...

Wordpress MU – Installation in a Sub Directory

November 17th, 2009
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 before we can get started." And a button for Create Configuration File, if clicked nothing happens. If you [more...]

Wordpress – How to Get the Post ID

October 24th, 2009
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 ways to get the ID. Inside the loop: This is a Wordpress [more...]

Wordpress – Unregister all Widgets

October 20th, 2009
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, after that remove the function from functions.php and your finished. <?php [more...]

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

October 20th, 2009
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 need to instert that in the URL. This read me page will display towards the [more...]