{"id":23937,"date":"2013-06-23T14:32:47","date_gmt":"2013-06-23T14:32:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/trailblaze\/"},"modified":"2016-05-02T15:19:53","modified_gmt":"2016-05-02T15:19:53","slug":"trailblaze","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/trailblaze\/","author":7405620,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"trunk","tested":"4.5.33","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"Trailblaze","header_author":"Heavy Heavy","header_description":"","assets_banners_color":"738c8a","last_updated":"2016-05-02 15:19:53","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/erikford.me\/plugins\/trailblaze-breadcrumbs-plugin\/","header_author_uri":"http:\/\/heavyheavy.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2411,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1185792","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1185792","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"730380","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1181522","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1181522","resolution":"3","location":"assets"}},"screenshots":{"1":"Trailblaze Settings screen","2":"Trailblaze output on date based archive","3":"Trailblaze output on single post entry"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[11353,2752,1865,1753],"plugin_category":[43],"plugin_contributors":[86013,86014],"plugin_business_model":[],"class_list":["post-23937","plugin","type-plugin","status-publish","hentry","plugin_tags-breadcrumb","plugin_tags-breadcrumbs","plugin_tags-menu","plugin_tags-navigation","plugin_category-customization","plugin_contributors-heavyheavy","plugin_contributors-wearepixel8","plugin_committers-wearepixel8"],"banners":{"banner":"https:\/\/ps.w.org\/trailblaze\/assets\/banner-772x250.png?rev=1185792","banner_2x":"https:\/\/ps.w.org\/trailblaze\/assets\/banner-1544x500.png?rev=1185792","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/trailblaze_738c8a.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/trailblaze\/assets\/screenshot-1.png?rev=730380","caption":"Trailblaze Settings screen"},{"src":"https:\/\/ps.w.org\/trailblaze\/assets\/screenshot-2.png?rev=1181522","caption":"Trailblaze output on date based archive"},{"src":"https:\/\/ps.w.org\/trailblaze\/assets\/screenshot-3.png?rev=1181522","caption":"Trailblaze output on single post entry"}],"raw_content":"<!--section=description-->\n<p>With Trailblaze, you can add breadcrumb navigational links to your WordPress theme by using the template tag, <code>wap8_trailblaze()<\/code>. This template tag can be added to the following templates:<\/p>\n\n<ul>\n<li>Archive Templates (categories, tags, post formats, custom post types, custom taxonomies, date based archives)<\/li>\n<li>Singular Templates (post, page, custom post type)<\/li>\n<li>Search Template<\/li>\n<li>404 Template<\/li>\n<\/ul>\n\n<p>For more information, please see this <a href=\"http:\/\/erikford.me\/plugins\/trailblaze-breadcrumbs-plugin\/\">blog post<\/a>.<\/p>\n\n<!--section=installation-->\n<p>You can install Trailblaze either via the WordPress Dashboard or by uploading the extracted <code>trailblaze<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory. Once the plugin has been successfully installed, simply activate the plugin through the Plugins menu in your WordPress Dashboard.<\/p>\n\n<p>Once the plugin has been activated, visit the Settings page to customize the Home link label and the breadcrumbs separator.<\/p>\n\n<p>To add the template tag to your theme, insert the following code, preferably outside of the loop, where you would like the breadcrumb trail to appear.<\/p>\n\n<pre><code>&lt;?php if ( function_exists( 'wap8_trailblaze' ) ) {\n     wap8_trailblaze();\n} ?&gt;\n<\/code><\/pre>\n\n<p>The markup contains structured data for search engine optimization and contain class names for easy styling:<\/p>\n\n<ul>\n<li>The wrapping element is <code>&lt;nav class=\"breadcrumbs\" itemprop=\"breadcrumbs\"&gt;<\/code>.<\/li>\n<li>The breadcrumb separator will be wrapped with <code>&lt;span class=\"crumb-separator\"&gt;<\/code>.<\/li>\n<li>The current, non anchored breadcrumb will be wrapped with <code>&lt;span class=\"current-crumb\"&gt;<\/code>.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Why was this plugin developed?<\/dt>\n<dd><p>We found that we were reproducing this functionality for many of our clients and premium themes and thought it would be better suited as a freely available plugin instead of a theme template.<\/p><\/dd>\n<dt>How do I add the template tag to my theme?<\/dt>\n<dd><p>To add the template tag to your theme, insert the following code, preferably outside of the loop, where you would like the breadcrumb trail to appear.<\/p>\n\n<pre><code>&lt;?php if ( function_exists( 'wap8_trailblaze' ) ) {\n     wap8_trailblaze();\n} ?&gt;\n<\/code><\/pre><\/dd>\n<dt>Are there any known limitations?<\/dt>\n<dd><p>Yes. Though we have added custom taxonomy archives to the breadcrumbs, the breadcrumbs will not return a hierarchical list when browsing a custom taxonomy archive that is hierarchical.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed an issue with the paginated breadcrumb display<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Once pagination begins, the page number becomes the current crumb<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed an issue where breadcrumbs were not displaying on paginated pages and single posts<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Fixed an issue where the page order was being echoed in the breadcrumb<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Fixed an issue where the custom post type name was singular<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>The custom post type name should universally be plural<\/li>\n<li>Added custom taxonomy archives condition to the breadcrumbs<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Added a condition for when Reading Settings for blog posts has a Posts page set<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Properly escaping HTML in the output<\/li>\n<li>Updated the base language file<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>Changed text domain name space and updated language files<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added structured data to the markup<\/li>\n<li>Added support for post format archives<\/li>\n<li>Fixed an issue where the post categories were not hierarchical<\/li>\n<\/ul>","raw_excerpt":"Add breadcrumb navigation to your posts, pages and custom post types with a template tag.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23937"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wearepixel8"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23937"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23937"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23937"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23937"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23937"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}