lkendrick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress is over-riding my RedirectsThanks for your reply. I created a 404.php file, added
header(‘Location: http://www.leekendrick.com/404.shtml’);
to the 404.php file (with nothing else in it).When I typed http://leekendrick.com/ewdfghn (a missing page) into my browser, the page that displayed was completely blank… except the string of code I added to the new 404.php file appeared on the page.
Any other ideas? Or do you know what I did wrong?
I’ve got my 404.shtml page setup in the /public_html directory (where my blog is installed). I use my blog as y site (not in a subdirectory), if that helps you any.
I’m not quite sure what you meant by “defining my error pages in my .htaccess file. I haven’t ever ameneded my .htaccess file.
Thanks again for your help, and pray you’ll be able to help me find a solution.
Lee
Forum: Fixing WordPress
In reply to: How to change widget titleI can’t find this string of code in any of my widgets.php files. I also only see widgets.php (not widget.php).
I found a similar line of code, but it was missing the –> $options[‘title’] = “WRITE YOUR WIDGET TITLE HERE” <–
from the code above, and $title appeared in its place.I tried replacing the $title with the $options[‘title’] = “WRITE YOUR WIDGET TITLE HERE”, and nothing happened. I refreshed the page 5 times, and nothing changed.
I’m specifically trying to change the “Blogroll” title to “My Other Sites”, and I’m using a self-hosted 2.3.3 version of WordPress.
Thanks in advance.