tomleads
Member
Posted 2 months ago #
Hello.
I have a custom page template for a wpmu site with the url like this:
http://www.me.com/topic/?topicID=8
I need to edit the page title because at the moment I just have "Topic >"
So, how, if possible, do I edit the page title within a custom template with php?
Thanks
In your template, just replace the the_title(), with what you want for the title.
echo 'This is my title';
Related
Pages
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy
tomleads
Member
Posted 2 months ago #
It is the page title I need to edit, ie: what goes between in
<title>whatever</title>
in the head tag
I believe the plugin headspace2 could help you with that.