how to change a page headline in wordpress
i searched a lot but i couldn't find how to change my page headline title, i'm not asking for the browser title no i need the page title (page name) is there any filter to do that ?
i want to 开发者_StackOverflow中文版change using PHP not from admin area
Thanks a lot
go to dashboard -> appearance -> edit -> page.php
that is the file you want to edit...
if you want to find it with FTP -> /wp-content/themes/your_theme_name/page.php
if you want many different page templates check this
also for editing style:
/wp-content/themes/your_theme_name/style.css
If u mean Tagline, Then go to My Account > Edit my profile > settings
There u can change
- You can give the title to the page in
<title>
tag of header.php in case of template pages.
[or]
- You can change the page title in admin dashboard -> Pages -> change the label named Title.
精彩评论