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...]
Tags: installation and configuration, Wordpress MU, wp-config.php
Posted in Wordpress MU | No Comments »
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...]
Tags: ID, post id, Wordpress
Posted in Wordpress | No Comments »
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...]
Tags: Unregister Widgets
Posted in Wordpress | No Comments »
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...]
Tags: Wordpress Database Version, Wordpress Version
Posted in Wordpress | No Comments »
October 20th, 2009
I have been trying to find a way to implement some drop down menus similar to the ones on on my store. However I was unable to use the ones from my store because the code is in ASP and my hosting is in PHP.
So my search began and my choice was to use the method mentioned on
[more...]
Tags: CSS Dropdown Menu
Posted in CSS | No Comments »