roryashfordbentley / Wordpress-Bem-Menu

Better menu implementation for Wordpress using BEM syntax
138 stars 23 forks source link

How to add serial numbers to menu items #2

Closed afider closed 9 years ago

afider commented 9 years ago

Hi! How can I add serial numbers to first level menu items as modifiers:
.main-nav__item_order_1, .main-nav__item_order_2, and so on..?

roryashfordbentley commented 9 years ago

By default bem_menu uses the menu order as it appears in wp-admin.

For custom functionality like this you would need to customise the Walker yourself as Wordpress Bem Menu doesn't have this functionality.

https://codex.wordpress.org/Class_Reference/Walker