WPshore Breadcrumb

Description

Breadcrumbs is a website navigation technique with which a user can see where the current page is in relation to the website’s hierarchy. It allows the user to retrace their steps.
With the help of this plugin you can display breadcrumbs on your wordpress pages, posts, archives and any other pages supported by your WordPress theme.

Installation

  • Upload `wpshore_breadcrumb` to the `/wp-content/plugins/` directory.
  • Activate the plugin through the ‘Plugins’ menu in WordPress.
  • Add the appropriate code to your template files as outlined in the usage guide.

Usage

  • Simple Use
    Add the following to your page.php, archive.php, single.php and other appropriate theme file:

    <?php echo do_shortcode(‘[breadcrumbs]’);?>

    Alternatively, you can also use the [breadcrumbs] shortcode if implementing in a single post or page.

  • Customize the Delimiter
    You can select a custom delimiter by replacing the above line with:

    <?php echo wpshore_breadcrumbs(array(‘delimiter’=>’|’)); ?>

  • Customize the Breadcrumb CSS wrapper
    You can customize the CSS wrapper for the breadcrumbs by implementing the following:

    <?php echo wpshore_breadcrumbs(array(‘before’=>'<div>’, ‘after’=>'</div>’)); ?>

  • All Options
Option Default Value Action
delimiter &raquo; delimiter between two levels
before <div class=”breadcrumbs”> wrapper before the breadcrumb section
after </div> wrapper after the breadcrumb section
before_current  <span class=”current”> wrapper before the current crumb
after_current  </span> wrapper after the current crumb
show_home true show/hide the home link
home Home text for the ‘Home’ link
echo true echo the output or return it

wpshore

[top]
18 Responses to WPshore Breadcrumb
  1. Thank you for the great content!

  2. Awesome plugin….best breadcrumb plugin ever..!!
    keep it up..!!

  3. Thanks for very nice and useful plugin .

  4. I simply want to tell you that I’m very new to blogging and honestly loved your web site. Likely I’m going to bookmark your blog . You actually have great well written articles. Cheers for sharing your webpage.

  5. I was looking at some of your posts on this site and I think this site is rattling instructive! Continue putting up.

  6. I was very pleased to find this web-site.I wanted to thanks for your time for this wonderful read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you blog post.

  7. I simply want to tell you that I am just all new to weblog and truly liked your blog site. Very likely I’m going to bookmark your site . You actually have very good article content. Bless you for sharing your website page.

  8. Hi there! Someone in my Myspace group shared this website with us so I came to take a look. I’m definitely enjoying the information. I’m bookmarking and will be tweeting this to my followers! Outstanding blog and terrific style and design.

  9. This site was… how do you say it? Relevant!! Finally I have found something that helped me. Cheers!

  10. This is the perfect web site for anyone who wants to understand this topic. You realize a whole lot its almost hard to argue with you (not that I personally will need to…HaHa). You certainly put a new spin on a topic that has been discussed for a long time. Wonderful stuff, just wonderful!

  11. I simply want to mention I am all new to weblog and absolutely loved your web site. Very likely I’m want to bookmark your blog . You really come with very good posts. Thank you for sharing your web site.

  12. There’s definately a lot to learn about this topic. I love all of the points you’ve made.

  13. yessss finally I have my breadcrumbs where I want them! Thank you!

  14. I simply want to say I am new to blogs and honestly loved this website. Probably I’m want to bookmark your blog post . You certainly have great articles and reviews. Thanks a bunch for revealing your website page.

  15. I just want to mention I am beginner to blogging and actually enjoyed you’re web site. Very likely I’m planning to bookmark your blog post . You amazingly come with fabulous article content. Bless you for sharing your website.

  16. Thank you for this plugin! It’s the best breadcrumb plugin I’ve found.

  17. That is the greatest plugin ever, thank you!


[top]

Leave a Reply to Marjolein van Herel Cancel reply

Your email address will not be published. Required fields are marked *