lynk
 
 
 
 
23. December 2005

Hacks

 

Add the parent page name to the title tag on sub-pages

The page you are currently viewing is a sub-page of the page “WordPress”.
The regular title would look like “lynk » Hacks”. This is fine because the page is about Hacks, but it doesn’t tell you by the title that it’s about WordPress Hacks.
“lynk » WordPress » Hacks” is much better for search engine results.

 

Replacement for <title></title> in header.php:

<title><?php
bloginfo('name');

if($wp_query->post->post_parent!=0)
{
$_post_parent = get_post($wp_query->post->post_parent);
echo " &raquo; ".$_post_parent->post_title;
}

wp_title();
?></title>

    2 Responses to “Hacks”

  • Tedinoz

    Thank you. That’s a neat hack and I’m using it now.

    FWIW, my pages go down 3 levels, and once you hit the bottom, the parent page has gone from the title – but that’s something I can easily live with.

    Funnily enough as I was writing this I looked at my breadcrumbs and saw the remarkable similarity between how they work and how the title should look. Maybe that will be my first attempt at a plugin – though it seems a bit harsh to rip off all the hard work that others have done.

    Anyway, thanks.

    Ted


  • Notice: Undefined variable: oddcomment in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/themes/rage - white/comments.php on line 43
  • Artem Saltanov

    Really helpful. Thank you very much!

    Realno pomoglo. Bolschoe spasibo!


Leave a Reply


Notice: Undefined index: page in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/plugins/SK2/sk2_core_class.php on line 723

Notice: Undefined index: page in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/plugins/SK2/sk2_plugins/sk2_blacklist_plugin.php on line 29

Notice: Use of undefined constant after - assumed 'after' in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/plugins/SK2/sk2_core_class.php on line 314

Notice: Use of undefined constant after - assumed 'after' in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/plugins/SK2/sk2_core_class.php on line 314

Notice: Undefined variable: sk2_rand_str in /home/htdocs/users/mgreller/mgreller/lynk.de/wp-content/plugins/SK2/sk2_functions.php on line 140



Creative Commons License

Home

Pages

Categories


102 weeks ago

Propaganda