menu-breadcrumb
menu-breadcrumb copied to clipboard
[WordPress Plugin] Generate a breadcrumb trail from a WordPress Menu
I have a site with the following structure on the Top Menu: - About | Library | Author | etc - Under the Library item I have a bunch of...
We need to get the menu_items by using `wp_nav_menu` because the current menu item logic is executed after `wp_get_nav_menu_items`. Current object variable kept for backwards compat as it is public.
I am using a static page as front page, and a different one for the news. Currently, the Breadcrumbs of the news overview page & news detail page do not...
I need to add pages into the breadcrumbs that are not in the menu.
I am showing any breadcrumb like this: menu_breadcrumb('primary_navigation' ); menu_breadcrumb('footer_navigation');
This is by design, but a goal will be to implement [Hierarchy](https://github.com/jchristopher/hierarchy)-like functionality to glean a proper breadcrumb if the current page is not in the Menu.