0

I'm trying show the description of parent menu in submenu.

I have something like that

<nav>
<ul nav-menu>
<li><a>item 1</a></li>
<li><a>item 2</a>
   <div class="dropdown">
   <span> $DESCRITPION_OF_ITEM_2</span>
   <ul sub-menu>
     <li>..</li>
     <li>..</li>
   <ul>
   </div>
</ul>
</nav>

I need showing this variable "$DESCRITPION_OF_ITEM_2" which showing the description from menu editor in wordpress, is it possible ?

And second question, do you know good plugins or something for adding image to menu ?

Thank;s for response

kraja
  • 11
  • 3
  • I don't suppose that link helped you at all did it? As I'm trying to do the same as you, and nowhere has the answer. That link didn't help me. All I'm able to do is add the description right underneath the parent menu labels, and not inside the submenu. Did you have any luck? – Lee Mar 24 '15 at 14:04

1 Answers1

0

I think this might be what you are looking for.