$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>navigation - how to remove description from menu buttons?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

navigation - how to remove description from menu buttons?

matteradmin9PV0评论

I just installed Wordpress into my server and I am currently using the "graphene" theme to test my wordpress blog. I have two pages in addition to the front page, which is "about us" and "sample page". I noticed that if I'm using a custom menu order that is created from the "menu" section under the "Appearance" options in the dashboard, the text "this is the 'about us' page." appears under the "about us" button in the navigation menu. Removing all page text from the "about us" page didn't remove the description from the menu button.

Without custom menu, the navigation button looks like this :

|About Us|

With custom menu, the navigation button has description :

|About Us
|this is the "about us" page.|

I just installed Wordpress into my server and I am currently using the "graphene" theme to test my wordpress blog. I have two pages in addition to the front page, which is "about us" and "sample page". I noticed that if I'm using a custom menu order that is created from the "menu" section under the "Appearance" options in the dashboard, the text "this is the 'about us' page." appears under the "about us" button in the navigation menu. Removing all page text from the "about us" page didn't remove the description from the menu button.

Without custom menu, the navigation button looks like this :

|About Us|

With custom menu, the navigation button has description :

|About Us
|this is the "about us" page.|

Share Improve this question asked Nov 5, 2011 at 3:22 user701510user701510 1191 silver badge5 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

I just inatalled it and used the Custom menus and i get no description

Never the less.. This theme have a "disable description in Header Menu" feature.

On Your wordpress menu go to:
Graphene Options >> Display >> Navigation Menu Display Options..

Click the "disable description in Header Menu"

And your done..

Post a comment

comment list (0)

  1. No comments so far