GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   wordpress navigational links like forums? (https://gfy.com/showthread.php?t=996215)

nico-t 11-05-2010 02:21 PM

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..

Jdoughs 11-05-2010 02:45 PM

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%

Highest Def 11-05-2010 02:52 PM

Sounds like you want breadcrumb links. Just search the plugins for 'breadcrumb nav'. There are a lot of them that will do the trick.

Jdoughs 11-05-2010 03:08 PM

Oh doh, yes breadcrumbs for sure are what you are looking for.

garce 11-05-2010 04:20 PM

http://mtekk.us/code/breadcrumb-navxt/

Davy 11-05-2010 04:20 PM

^^^ plus one

Breadcrumbs is what you are looking for.

garce 11-05-2010 04:24 PM

Quote:

Originally Posted by garce (Post 17676270)

I usually code the breadcrumbs like this:

Code:

<?php if (!is_home()) {?>
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
        bcn_display();
}
?>
</div>
<?php }?>

Because I don't like having a "HOME" breadcrumb on the homepage itself.

nico-t 11-06-2010 06:15 AM

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