The code in this tutorial enables you to add a description which is displayed under each nav menu item.
Go to Appearance > Menus and select the menu you want to add descriptions to.
On the top right hand corner you’ll find screen options which you need to open.
Check the Descriptions box then open each menu item where you can add some text.
Here’s the PHP & CSS for logged in members which are both needed to make both these solutions work:
Hi Brad, I have used this method to add menu descriptions to my site https://wpskolen.no. After upgrading to Genesis 2.2 the descriptions suddenly appear abowe the menu items, instead of below. I thought I might solve the problem temporarily by downgrading Genesis to the previous version, but it didn’t change anything. I guess something is changed in the database, but I have no idea where to look.
Here’s a screenshot: https://www.dropbox.com/s/vfqy31ip6bpmupz/Skjermbilde%202015-09-09%2002.34.58.jpg?dl=0
Any idea what caused this?
BR,
Kristin Skj.
Hi Kristin
Which code snippet did you use exactly?
I used this one:
Sorry for the delay. Still trying to work out a solution for this.
I found a solution in the Dynamik forum, this code works:
return $item_output;
}
Awesome. I owe you one!