breadcrumbs
Table of contents
Breadcrumbs allows you to iterate through the Post tree structure, from root up to the current post. It can help the site’s visitor to navigate ‘up’ from the current post in the site. The breadcrumbs object is an array filled with objects representing each post ‘above’ the current post, including the current post. Each object in the breadcrumbs array contains a title
and a url
attribute.