Show Description
-
Hi Alexandr,
I’m a front-end Dev and in my latest project I’ve used your plugin,
in my case I need to show the description field in the output of the menu.I’ve simply changed this row at line 290 in menu-image.php
this
$item_output .= "</a>{$args->after}";
with this
$item_output .= "</a><span class='sub'>". $item->description. "</span>{$args->after}";
maybe can be useful for others because your plugin override my custom walker and this is the solution that I’ve found!
Bye
Marco
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Show Description’ is closed to new replies.