Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   How to disable breadcrumb from browser window title? (http://forum.bytesforall.com/showthread.php?t=16052)

uptimejeff Nov 21, 2011 04:15 PM

How to disable breadcrumb from browser window title?
 
ATA 3.6.7

Example
http://icac.org/about/rules
this shows Rules and Regulations << ICAC as the title of the window.

I prefer all pages to show the same title ICAC and without the breadcumb.

How do I make this change?

Thanks :-)

lmilesw Nov 21, 2011 04:30 PM

I see no breadcrumbs on the page.

uptimejeff Nov 21, 2011 05:04 PM

:pBreadcrumbs weren't in the page, they were in the header <title>.

I did find a solution, here it is:

Code:

This required hand-editing a theme function
        bfa_meta_tags.php

This line
        <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>

Was replaced with
        <title>ICAC</title>

I'll of course need to track changes like this for when the theme is updated...

lmilesw Nov 21, 2011 05:43 PM

OK... for the browser tab titles you could use an SEO plugin such as WP SEO by Yoast and set the title template for the home page and other pages.


All times are GMT -6. The time now is 05:43 AM.

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