We want the title "The Ongoing Adventures of Rocket Llama" removed from the top of the page at http://rocketllama.com/ongoing and can't figure out how from the WordPress documentation.
We want the title "The Ongoing Adventures of Rocket Llama" removed from the top of the page at http://rocketllama.com/ongoing and can't figure out how from the WordPress documentation.
Hi,
You can do it from wordpress blog admin section...go to the settings -> general section and remove/edit the blog title...
That's it!
Thanks,
Shane G.
At the top of the browser window or at the top of the actual Web page?
Either way, you would need to edit your template files.
For the brower window, you would edit the 'header.php' file and change
<title>The Ongoing Adventures of Rocket Llama</title>
to
<title></title>
For the top of the Web page, it looks like you could delete code similar the below code from 'header.php' file as well.
<h1><?php the_title() ?></h1>
Thanks. Shane G didn't get what I was asking. I already knew that much.
Jcow's tips got it.
This topic has been closed to new replies.