I’m creating custom wordpress theme. How can I enable “Description” metabox for menu items (on nav-menu page) by default programmatically?
Leave a Reply
You must be logged in to post a comment.
I’m creating custom wordpress theme. How can I enable “Description” metabox for menu items (on nav-menu page) by default programmatically?
You must be logged in to post a comment.
Remove the
description
from the user meta valuemanagenav-menuscolumnshidden
:If you’re looking to output the menu description here is a useful tutorial using WordPress Walker Menu class to enchance the menu WordPress Walker Menu Tutorial