Change Theme

Change Font Size

decrease size increase size

Search


Plugin: Breadcrumb


This plugin generates locational breadcrumb trails of your WordPress blog.
For example:
Index » Tutorials » WP: WordPress » Installing WordPress

Please take note that Breadcrumb NavXT requires PHP5.

Installation

  1. First, download the latest version of Breadcrumb NavXT.
  2. Extract all files.
  3. Upload the breadcrumb-navxt folder to your Plugins folder.
  4. Go to your Admin Panel and active the plugin.
    plugin
    plugin name
  5. And you’re done.

The Code

Here’s the code that you use to display your Breadcrumbs:

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

Place the code to where you would like your Breadcrumb to appear.

The Settings

To change the settings of your Breadcrumbs, Click Settings » Breadcrumb NavXT.

Under Breadcrumb Separator, you can change it to &raquo; or what ever separator you’d like to have.



Leave a Comment
(will not published)
Bold Underlined Italics Quote Ext Link
:biggrin: :blank: :blush: :confused: :cool: :cute: :dead: :evil: :frown: :ouchies: :secret: :shock: :smile: :stress: :upsidedown: :wink: :yawn: :yell: :yuck: :yummy: :tv: :music: :heart: :drink: :floppy: :ahh: :aww: :duh: :eww: :grr: :hmm: :yay: :wtf: :wow: :umm: :omg: :lol: :huh: :blah: :haha: :hehe: :sigh: :rofl: :pssh: :ouch: :muah: :lmao: :iheartu:
* indicates required field