
This plugin adds the function to display breadcrumbs (topic path) navigation. You can use display styles, lots of parameters of styles and original plugin hooks of breadcrumbs navigation, and you can customize navigations flexibly.
Default
Template Tag
<?php if ( function_exists( 'bread_crumb' ) ) { bread_crumb(); } ?>
Output sample
<ul class="bread_crumb">
<li class="level-1 top"><a href="http://www.example.com/">Home</a></li>
<li class="level-2 sub"><a href="http://www.example.com/?post_type=seminar">Seminar</a></li>
<li class="level-3 sub"><a href="http://www.example.com/?area=tokyo">Tokyo</a></li>
<li class="level-4 sub tail current">WordBench Tokyo</li>
</ul>
String types
Template Tag
<?php if ( function_exists( 'bread_crumb' ) ) bread_crumb( 'type=string' ); ?>
Output Sample
<a href="http://www.example.com/">Home</a> &gt; <a href="http://www.example.com/?post_type=seminar">Seminar</a> &gt; <a href="http://www.example.com/?area=tokyo">Tokyo</a> &gt; <strong class="current">WordBench Tokyo</strong>
CSS Sample
.bread_crumb {
margin:0;
border-bottom:1px solid #eee;
padding:0.8em 0 0.5em;
clear: both;
height: 20px;
background: #f8f8f8;
}
.bread_crumb li {
font-size:12px;
color:rgb(180,180,180);
float:left;
/*margin-right:1em;*/
list-style: none outside none;
}
.bread_crumb li:after {
content : '>';
padding-left:10px;
margin-right:10px;
}
.bread_crumb li:last-child:after {
content : '';
}
.bread_crumb li a {
color:rgb(120,120,120);
}
.bread_crumb li.current {
}
English Translation:Odyssey
“PS Taxonomy Expander” makes categories, tags and custom taxonomies more useful.
“PS Auto Sitemap” is a plugin automatically generates a site map page from your WordPress site.
It is easy to install for beginners and easy to customize for experts.
It can change the settings of the display of the lists from administration page, several neat CSS skins for the site map tree are prepared.
“PS Disable Auto Formatting”
Stops the automatic forming and the HTML tag removal in the html mode of WordPress, and generates a natural paragraph and changing line.
“CMS service with WordPress” provides you service that uses WordPress as a CMS.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.