Hi there, I've installed the Simple Breadcrumbs plugin and you have to install the following PHP code to make it work:
<?php echo do_shortcode('[simple_crumbs root="Home" /]') ?>
But I have no idea where to place it.
Thanks for your help.
PS. Using iBlogPro3
Simple Breadcrumbs - Where to place the PHP code?
Started by
dfmillington
, Feb 17 2010 02:18 PM
4 replies to this topic
#1
Posted 17 February 2010 - 02:18 PM
#2
Posted 18 February 2010 - 03:31 AM
where would you like the breadcrumb to appear?
#3
Posted 18 February 2010 - 03:34 AM
At the top of the post - on category pages, archives, single posts
#4
Posted 19 February 2010 - 10:54 AM
You can add that code to the 'library/_posts.php' right under:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Let me know if that works.
#5
Posted 20 February 2010 - 12:40 AM
Thats works!
Yeah!!
Thanks.










