{"id":464,"date":"2015-02-09T23:42:34","date_gmt":"2015-02-10T04:42:34","guid":{"rendered":"http:\/\/www.bemdesign.com\/wordpress\/?p=464"},"modified":"2024-12-10T22:12:49","modified_gmt":"2024-12-11T03:12:49","slug":"nearly-automatic-breadcrumbs","status":"publish","type":"post","link":"https:\/\/www.bemdesign.com\/wordpress\/2015\/02\/09\/nearly-automatic-breadcrumbs\/","title":{"rendered":"Nearly automatic breadcrumbs"},"content":{"rendered":"\n<p>Breadcrumbs<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var here = location.href.replace(\/(\\?.*)$\/,'').split('\/').slice(3);\nvar parts = &#91;{ \"text\": 'Home', \"link\": '\/' }];\n\nfor( var i = 0; i &lt; here.length; i++ ) {\n   var part = here&#91;i];\n   var pageName = part.toLowerCase();\n   pageName = part.charAt(0).toUpperCase() + part.slice(1);\n   var link = '\/' + here.slice( 0, i + 1 ).join('\/');\n   $('#siteBreadcrumb ol.breadcrumb').append('&lt;li&gt;&lt;a href=\"' + link +'\"&gt;' + pageName.replace(\/\\.(htm&#91;l]?|asp&#91;x]?|php|jsp)$\/,'') + '&lt;\/a&gt;&lt;\/li&gt;');\n   parts.push({ \"text\": pageName, \"link\": link });\n}<\/code><\/pre>\n\n\n\n<p>Generates breadcrumb links based on the URL\/path of the document (this code currently requires jQuery).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Breadcrumbs Generates breadcrumb links based on the URL\/path of the document (this code currently requires jQuery).<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,8],"tags":[31,35,36],"class_list":["post-464","post","type-post","status-publish","format-standard","hentry","category-design","category-technology","tag-code","tag-javascript","tag-jquery"],"_links":{"self":[{"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/posts\/464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/comments?post=464"}],"version-history":[{"count":10,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/posts\/464\/revisions"}],"predecessor-version":[{"id":828,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/posts\/464\/revisions\/828"}],"wp:attachment":[{"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/media?parent=464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/categories?post=464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bemdesign.com\/wordpress\/wp-json\/wp\/v2\/tags?post=464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}