![]() |
wordpress navigational links like forums?
Looking for wordpress navigational links like gfy has above,
and all levels linked to that level ofcourse. When im in WP, i want this all linked when for example viewing a single post: Mainsite > Category > Post title Now im trying a bit with <?php the_category(,) ?> which links the category the post is in but that needs to be in the 'loop' and i want to put this navigational thing in the header... searched on the WP forums but dont really know what search terms i should search for.. |
If you use any type of Seo Plugin it's built into most. All In One Seo for example lets you set variables for titles for tags, categories, single pages, archive etc.
%post_title% | %category_title% | %blog_title% | %tag% | %search% | %description% | %post_title% |
Sounds like you want breadcrumb links. Just search the plugins for 'breadcrumb nav'. There are a lot of them that will do the trick.
|
Oh doh, yes breadcrumbs for sure are what you are looking for.
|
|
^^^ plus one
Breadcrumbs is what you are looking for. |
Quote:
Code:
<?php if (!is_home()) {?> |
Great, thats exactly what im looking for. Thanks guys :thumbsup
|
All times are GMT -7. The time now is 03:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc