$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'); ?>headers - change headline of page|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)

headers - change headline of page

matteradmin8PV0评论

I have a web page which includes menu. In its menu I have some items when I click on each item it's gonna show some subitems in it. for example item name : A. It has A.1 and A.2 subitems. which has A.1.1 and A.1.2 subitems. Now the question is when I go to for example A.1.1 page it's gonna show the A.1.1 headline name. how can I change this headline?

I don't wanna change the page name like A.1.1. I just wanna change the headline of this page

Any help will be appreciated

Thanks in advance

I have a web page which includes menu. In its menu I have some items when I click on each item it's gonna show some subitems in it. for example item name : A. It has A.1 and A.2 subitems. which has A.1.1 and A.1.2 subitems. Now the question is when I go to for example A.1.1 page it's gonna show the A.1.1 headline name. how can I change this headline?

I don't wanna change the page name like A.1.1. I just wanna change the headline of this page

Any help will be appreciated

Thanks in advance

Share Improve this question edited Feb 9, 2019 at 0:02 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Sep 11, 2012 at 18:24 aliboy38aliboy38 1 3
  • What do you mean when you say headline. Like the <h1> holding the page title? – Zach Lysobey Commented Sep 11, 2012 at 18:35
  • @ZachL the page name. when I add the page it's gonna show the page name under the menu. I wanna change the text under the menu of each page without changing the page name – aliboy38 Commented Sep 11, 2012 at 18:47
  • How did you create the menus? If you used the built-in WordPress menu system, then there is a way to change the navigation label. – Pothi Kalimuthu Commented Sep 21, 2012 at 3:13
Add a comment  | 

1 Answer 1

Reset to default 0

I'm still somewhat unclear as to the question, hope I got it.

You can change the menu item text without changing the post name right from the admin.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far