{"id":32939,"date":"2014-11-18T13:09:24","date_gmt":"2014-11-18T13:09:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/menu-breadcrumb\/"},"modified":"2025-12-30T15:40:26","modified_gmt":"2025-12-30T15:40:26","slug":"menu-breadcrumb","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/menu-breadcrumb\/","author":1869526,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"6.9.4","requires":"4.0","requires_php":"","requires_plugins":null,"header_name":"Menu Breadcrumb","header_author":"Jon Christopher","header_description":"","assets_banners_color":"8d8074","last_updated":"2025-12-30 15:40:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/jchristopher\/menu-breadcrumb","header_author_uri":"https:\/\/jonchristopher.us\/","rating":5,"author_block_rating":0,"active_installs":300,"downloads":7675,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"jchristopher","date":"2014-11-18 13:09:35"},"1.0.1":{"tag":"1.0.1","author":"jchristopher","date":"2014-11-18 14:27:21"},"1.0.2":{"tag":"1.0.2","author":"jchristopher","date":"2022-02-10 17:18:22"},"1.0.3":{"tag":"1.0.3","author":"jchristopher","date":"2025-12-30 15:40:26"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3429704,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3429704,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3429704,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3429704,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[11353,2752,1865,4891,1753],"plugin_category":[43],"plugin_contributors":[78453],"plugin_business_model":[],"class_list":["post-32939","plugin","type-plugin","status-publish","hentry","plugin_tags-breadcrumb","plugin_tags-breadcrumbs","plugin_tags-menu","plugin_tags-nav","plugin_tags-navigation","plugin_category-customization","plugin_contributors-jchristopher","plugin_committers-jchristopher"],"banners":{"banner":"https:\/\/ps.w.org\/menu-breadcrumb\/assets\/banner-772x250.png?rev=3429704","banner_2x":"https:\/\/ps.w.org\/menu-breadcrumb\/assets\/banner-1544x500.png?rev=3429704","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/menu-breadcrumb\/assets\/icon-128x128.png?rev=3429704","icon_2x":"https:\/\/ps.w.org\/menu-breadcrumb\/assets\/icon-256x256.png?rev=3429704","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Breadcrumbs are often generated from Page structure, but in a world of Custom Post Types that doesn't always work. Menu Breadcrumb uses your WordPress Menu to generate a breadcrumb trail based on the current page.<\/p>\n\n<p><a href=\"https:\/\/github.com\/jchristopher\/menu-breadcrumb\">View on GitHub!<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download <code>menu-breadcrumb.zip<\/code> and extract<\/li>\n<li>Upload the <code>menu-breadcrumb<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place <code>&lt;?php if ( function_exists( 'menu_breadcrumb') ) { menu_breadcrumb( 'my-menu-id' ); } ?&gt;<\/code> in your templates where you want the breadcrumb to appear<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20output%20a%20breadcrumb%20trail%3F'><h3>How do I output a breadcrumb trail?<\/h3><\/dt>\n<dd><p>Add the following to your theme template where you would like to output the breadcrumb:<\/p>\n\n<pre><code>&lt;?php\n    if ( function_exists( 'menu_breadcrumb') ) {\n        menu_breadcrumb(\n            'main',                             \/\/ Menu Location to use for breadcrumb\n            ' &amp;raquo; ',                        \/\/ separator between each breadcrumb\n            '&lt;p class=\"menu-breadcrumb\"&gt;',      \/\/ output before the breadcrumb\n            '&lt;\/p&gt;'                              \/\/ output after the breadcrumb\n        );\n    }\n?&gt;\n<\/code><\/pre><\/dd>\n<dt id='more%20documentation%3F'><h3>More documentation?<\/h3><\/dt>\n<dd><p>Of course! <a href=\"https:\/\/github.com\/jchristopher\/menu-breadcrumb\">https:\/\/github.com\/jchristopher\/menu-breadcrumb<\/a><\/p><\/dd>\n<dt id='can%20i%20contribute%3F'><h3>Can I contribute?<\/h3><\/dt>\n<dd><p>Of course! <a href=\"https:\/\/github.com\/jchristopher\/menu-breadcrumb\">https:\/\/github.com\/jchristopher\/menu-breadcrumb<\/a><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Add filter to allow custom breadcrumbs. Props <a href=\"https:\/\/github.com\/jchristopher\/menu-breadcrumb\/pull\/2\">benjaminpick<\/a><\/li>\n<li>If empty breadcrumbs he shouldn't show $before and $after. Props <a href=\"https:\/\/github.com\/jchristopher\/menu-breadcrumb\/pull\/3\">benjaminpick<\/a><\/li>\n<li>Tested up to WordPress 6.9<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Added a <code>menu_breadcrumb_level<\/code> property to each breadcrumb object<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed an issue where the Menu wasn't properly retrieved from the location<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Generate a breadcrumb trail from a WordPress Menu","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/32939","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=32939"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jchristopher"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=32939"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=32939"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=32939"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=32939"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=32939"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=32939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}