{"id":14369,"date":"2011-08-18T10:56:01","date_gmt":"2011-08-18T10:56:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/prime-strategy-bread-crumb\/"},"modified":"2019-02-12T06:28:36","modified_gmt":"2019-02-12T06:28:36","slug":"prime-strategy-bread-crumb","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/prime-strategy-bread-crumb\/","author":1764557,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.6","stable_tag":"1.0.7","tested":"5.0.25","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"Prime Strategy Bread Crumb","header_author":"Hitoshi Omagari","header_description":"","assets_banners_color":"f6f6f6","last_updated":"2019-02-12 06:28:36","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.warna.info\/archives\/1310\/","header_author_uri":"http:\/\/www.warna.info\/","rating":4.7,"author_block_rating":0,"active_installs":8000,"downloads":75782,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"6"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"505740","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1009917","resolution":"1","location":"assets"}},"screenshots":{"1":"Output Sample of a breadcrumbs navigation"}},"plugin_section":[],"plugin_tags":[11353,51053],"plugin_category":[],"plugin_contributors":[77803],"plugin_business_model":[],"class_list":["post-14369","plugin","type-plugin","status-closed","hentry","plugin_tags-breadcrumb","plugin_tags-topic-path","plugin_contributors-jim912","plugin_committers-primestrategy"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/prime-strategy-bread-crumb_f6f6f6.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/prime-strategy-bread-crumb\/assets\/screenshot-1.png?rev=1009917","caption":"Output Sample of a breadcrumbs navigation"}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<h4>Examples<\/h4>\n\n<p><strong>Default<\/strong><br \/>\nTemplate Tag<br \/><\/p>\n\n<pre><code>&lt;?php if ( function_exists( 'bread_crumb' ) ) { bread_crumb(); } ?&gt;\n<\/code><\/pre>\n\n<p>Output sample<br \/><\/p>\n\n<pre><code>&lt;ul class=\"bread_crumb\"&gt;\n    &lt;li class=\"level-1 top\"&gt;&lt;a href=\"http:\/\/www.example.com\/\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li class=\"level-2 sub\"&gt;&lt;a href=\"http:\/\/www.example.com\/?post_type=seminar\"&gt;Seminar&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li class=\"level-3 sub\"&gt;&lt;a href=\"http:\/\/www.example.com\/?area=tokyo\"&gt;Tokyo&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li class=\"level-4 sub tail current\"&gt;WordBench Tokyo&lt;\/li&gt;\n&lt;\/ul&gt;\n<\/code><\/pre>\n\n<p><strong>String types<\/strong><br \/>\nTemplate Tag<br \/><\/p>\n\n<pre><code>&lt;?php if ( function_exists( 'bread_crumb' ) ) bread_crumb( 'type=string' ); ?&gt;\n<\/code><\/pre>\n\n<p>Output Sample<br \/><\/p>\n\n<pre><code>&lt;a href=\"http:\/\/www.example.com\/\"&gt;Home&lt;\/a&gt; &amp;amp;gt; &lt;a href=\"http:\/\/www.example.com\/?post_type=seminar\"&gt;Seminar&lt;\/a&gt; &amp;amp;gt; &lt;a href=\"http:\/\/www.example.com\/?area=tokyo\"&gt;Tokyo&lt;\/a&gt; &amp;amp;gt; &lt;strong class=\"current\"&gt;WordBench Tokyo&lt;\/strong&gt;\n<\/code><\/pre>\n\n<p><strong>CSS Sample<\/strong><\/p>\n\n<pre><code>.bread_crumb {\n    margin:0;\n    border-bottom:1px solid #eee;\n    padding:0.8em 0 0.5em;\n    clear: both;\n    height: 20px;\n    background: #f8f8f8;\n}\n.bread_crumb li {\n    font-size:12px;\n    color:rgb(180,180,180);\n    float:left;\n    \/*margin-right:1em;*\/\n    list-style: none outside none;\n}\n.bread_crumb li:after {\n    content : '&gt;';\n    padding-left:10px;\n    margin-right:10px;\n}\n.bread_crumb li:last-child:after {\n    content : '';\n}\n.bread_crumb li a {\n    color:rgb(120,120,120);\n}\n.bread_crumb li.current {\n}\n<\/code><\/pre>\n\n<h4>Special Thanks<\/h4>\n\n<p>English Translation:<a href=\"http:\/\/www.odysseygate.com\/\" title=\"Translation\">Odyssey<\/a><\/p>\n\n<h3>Links<\/h3>\n\n<p>\"<a href=\"http:\/\/wordpress.org\/extend\/plugins\/ps-taxonomy-expander\/\" title=\"WordPress sitemap plugin\">PS Taxonomy Expander<\/a>\" makes categories, tags and custom taxonomies more useful.<\/p>\n\n<p>\"<a href=\"http:\/\/wordpress.org\/extend\/plugins\/ps-auto-sitemap\/\" title=\"WordPress sitemap plugin\">PS Auto Sitemap<\/a>\" is a plugin automatically generates a site map page from your WordPress site. \nIt is easy to install for beginners and easy to customize for experts.\nIt can change the settings of the display of the lists from administration page, several neat CSS skins for the site map tree are prepared.<\/p>\n\n<p>\"<a href=\"http:\/\/wordpress.org\/extend\/plugins\/ps-disable-auto-formatting\/\" title=\"WordPress formatting plugin\">PS Disable Auto Formatting<\/a>\"\nStops the automatic forming and the HTML tag removal in the html mode of WordPress, and generates a natural paragraph and changing line.<\/p>\n\n<p>\"<a href=\"http:\/\/www.prime-strategy.co.jp\/\" title=\"CMS service with WordPress\">CMS service with WordPress<\/a>\" provides you service that uses WordPress as a CMS.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload Prime Strategy Bread Cumb plugin folder you downloaded to the plugin directory.<\/li>\n<li>Go to the plugin menu of Admin, and activate \"Prime Strategy Bread Crumb\" plugin.<\/li>\n<li>Add a template tag \"bread_crumb\" of page navigation to the place where you would like to display breadcrumbs navigation in your theme. See below about parametes you can specify by template tags.<\/li>\n<\/ol>\n\n<h4>Parameters<\/h4>\n\n<p><strong>type<\/strong><br \/>\nIf you specify \"string\", output strings instead of list.\nDefault: list<\/p>\n\n<p><strong>home_label<\/strong><br \/>\nTexts displayed on front page.\nDefault: home<\/p>\n\n<p><strong>search_label<\/strong><br \/>\nTexts displayed on search results.\nDefault: Search Results of \"%s\" (%s : search strings)<\/p>\n\n<p><strong>404_label<\/strong><br \/>\nTexts displayed on 404 page.\nDefault: 404 Not Found<\/p>\n\n<p><strong>category_label<\/strong><br \/>\nTexts displayed on categories.\nDefault: %s (%s is a category label.)<\/p>\n\n<p><strong>tag_label<\/strong><br \/>\nTexts displayed on tags.\nDefault: %s (%s is a tag label)<\/p>\n\n<p><strong>taxonomy_label<\/strong><br \/>\nTexts displayed on taxonomies.\nDefault: %s (%s is a taxonomy label)<\/p>\n\n<p><strong>author_label<\/strong><br \/>\nTexts displayed on authors' page.\nDefault: %s (%s is author's name)<\/p>\n\n<p><strong>attachment_label<\/strong><br \/>\nTexts displayed on attachments.\nDefault: %s (%s is an attachment's name)<\/p>\n\n<p><strong>year_label<\/strong><br \/>\nTexts displayed on Yearly Archives.\nDefault: %s (%s is a year)<\/p>\n\n<p><strong>month_label<\/strong><br \/>\nTexts displayed on Monthly Archives. \nDefault: %s (%s is monthly-display-type specified on date format)<\/p>\n\n<p><strong>day_label<\/strong><br \/>\nTexts displayed on Daily Archives.\nDefault: %s (%s is a day)<\/p>\n\n<p><strong>post_type_label<\/strong><br \/>\nTexts displayed on custom post type archives.\nDefault: %s  (%s is custom post type label)<\/p>\n\n<p><strong>joint_string<\/strong><br \/>\nIf you specify \"string\" on type, strings between texts.\nDefault: \" &amp;gt; \" ( &gt; )<\/p>\n\n<p><strong>navi_element<\/strong><br \/>\nName of wrapper elements. You can select div or nav.\nDefault: none (no element)<\/p>\n\n<p><strong>elm_class<\/strong><br \/>\nName of wrapper class. If no wrapper element and type is \"list\", name of \"ul\" class will be displayed.\nDefault: bread_crumb<\/p>\n\n<p><strong>elm_id<\/strong><br \/>\nName of wrapper id. iF no wrapper element and type is \"list\", name of \"ul\" id will be displayed.\nDefault: none (no id)<\/p>\n\n<p><strong>li_class<\/strong><br \/>\nName of class added to li if type is \"list\".\nDefault: none (no class)<\/p>\n\n<p><strong>class_prefix<\/strong><br \/>\nprefix added to each class.\nDefault: none (no prefix)<\/p>\n\n<p><strong>current_class<\/strong><br \/>\nName of class added to breadcrumbs navigation on current page where you see.\nDefault: current<\/p>\n\n<p><strong>indent<\/strong><br \/>\nNumber of tab indent. Default: 0<\/p>\n\n<p><strong>echo<\/strong><br \/>\nOutput or not. Default: true (output).\nIf you specify 0 or false, return values as PHP.<\/p>\n\n<!--section=changelog-->\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Compatible up to WordPress 5.0<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Compatible up to WordPress 4.4<\/li>\n<li>fix : wp_error taxonomy archive.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Compatible up to WordPress 3.4<\/li>\n<li>Add filter hook \"bread_crumb_arr\"<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Compatible up to WordPress 3.4<\/li>\n<li>Add filter hook \"bread_crumb_arr\"<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Compatible up to WordPress 3.3<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>refine ja.po, ja.mo<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Duplicated function \"get_author_name\" replace to \"get_the_author_meta\".<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Opening on WordPress Plugin Directory.<\/li>\n<li>Supported to display on archives of custom post types<\/li>\n<li>Added post_type_label parameter.<\/li>\n<\/ul>\n\n<h4>0.8.1<\/h4>\n\n<ul>\n<li>Fixed the issue that true-values are not handled properly.<\/li>\n<li>Supported query parameter of \"m\" (month).<\/li>\n<\/ul>\n\n<h4>0.8.0<\/h4>\n\n<ul>\n<li>Opening to the public.<\/li>\n<\/ul>","raw_excerpt":"Adds the function to display breadcrumbs navigation.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14369"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/primestrategy"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14369"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14369"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14369"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14369"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14369"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}