Title: Show Description
Last modified: August 22, 2016

---

# Show Description

 *  [marco.tonet](https://wordpress.org/support/users/marcotonet/)
 * (@marcotonet)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/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
 * [https://wordpress.org/plugins/menu-image/](https://wordpress.org/plugins/menu-image/)

Viewing 1 replies (of 1 total)

 *  [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * (@zviryatko)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/show-description/#post-5496259)
 * Hi, in this case better to just copy `walker_nav_menu_start_el` filter from plugin
   to your theme, make changes and add your own filter with low priority.

Viewing 1 replies (of 1 total)

The topic ‘Show Description’ is closed to new replies.

 * ![](https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398)
 * [Menu Image, Icons made easy](https://wordpress.org/plugins/menu-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-image/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-image/reviews/)

## Tags

 * [description](https://wordpress.org/support/topic-tag/description/)

 * 1 reply
 * 2 participants
 * Last reply from: [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/show-description/#post-5496259)
 * Status: not resolved