Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   How to change page title of 404 error page (http://forum.bytesforall.com/showthread.php?t=4029)

StudioGal Oct 23, 2009 10:23 AM

How to change page title of 404 error page
 
I'd like to change the default text that appears in the title bar of the 404 page, but I'm having trouble locating where to make that change.

(I hate to admit this, but I changed the page title for the 404's some time ago, and now I can't recall where I found it. And I don't like what I changed it to!)

;-p

Thanks!

Flynn Oct 30, 2009 07:15 AM

It's in functions/bfa_meta_tags.php

PHP Code:

    elseif ( is_404() ) { 
        
$bfa_ata_page_title __('404 - Page not found','atahualpa'); 


StudioGal Oct 30, 2009 08:53 AM

Thanks for this, appreciate your time in responding.

How odd though, that when I went to edit that file the text was the original code and not what I had changed it to.

So now I'm stumped, I wonder where I made that 404 page title change originally... it's a mystery!

My client is very happy with her new site and a zillion thanks to you for such a great theme. (The site is candlesmith.com if you're curious.)


All times are GMT -6. The time now is 12:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.