Assign class
-
Hi,
In order to have the possibility to modify the apparence with a widgetized menu, i.e. Max Mega Menu, it would be nice to add a class in the UL output.
In detail, modify
echo '<ul id="lct-widget-'.$tax.'">'; wp_list_categories($args); echo '</ul>';
to
echo '<ul class="categories" id="lct-widget-'.$tax.'">'; wp_list_categories($args); echo '</ul>';
See https://www.alph.fr/wordpress/ menu Les recettes
Could you implement this small modification in the next release.
Thanks
Alphonse PHILIPPE
https://www.ads-software.com/plugins/list-custom-taxonomy-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Assign class’ is closed to new replies.