Hello I'm using menus to show categories in sidebar.
The link looks like this:
<li id="menu-item-2261" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2261">
but I would like it to be like this:
<li id="menu-item-2261" class="category-photography">
Where category-photography changes to category-articles or category-videos depending on the category link.
I would like to put the code in functions.php. It could also be simply adding the class to the a anchor also if easier.
Many thank for your time and help.