Thanks for your help Esmi,
I have it fixed and this is what was happening.
I have the blog stored in the directory /blog/ and the site is on the root. I must of rewritten the root/index.php with the original index.php To fix all I had to do was change the root index.php from;
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
To
/** Loads the WordPress Environment and Template */
require('./blog/wp-blog-header.php');
Cheers
I would like to censor certain words, is it possible to have a word censor list?
By the way, this is a fantastic mod and I love it. Thanks!
Hi,
I’m having the same problem, what page do you place the code and where.
Thank you