jchristopher / menu-breadcrumb

[WordPress Plugin] Generate a breadcrumb trail from a WordPress Menu
GNU General Public License v2.0
20 stars 9 forks source link

Breadcrumbs also for news on a static page #5

Open benjaminpick opened 9 years ago

benjaminpick commented 9 years ago

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.

benjaminpick commented 9 years ago

If you like you could also remove menu_items completely ...