Displaying Parent And Child For Site Navigation
Here are 2 ways to display site navigation links just like the ones shown above the title of this post - home > parent > current parent > child :
Method 1
Cut and paste this :
<a href=”< ?php bloginfo('url'); ?>“>Home »
< ?php echo(get_category_parents($cat, true, ' » ')); ?>
<a href="” rel=”bookmark” title=”< ?php the_title(); ?>“>< ?php the_title(); ?>
Method 2
Use the Breadcrumb plugin (
http://www.thedevproject.com/) with this command : < ?php breadcrumb("link_all=true"); ?>
Subscribe to my RSS feed for regular updates.



