johnthomas19
Member
Posted 4 years ago #
Not sure if this is possible or not.
I would like the page tab (page name) to be 'home.' But when you click on that page, I don't want the word 'home' to be at the top left of the page. I want to change that to read, "The Official Website of...", without changing the tab.
Any ideas?
In your themes single.php replace
the_title();
with
<?php if(get_the_title()=='Home'){
echo "The official website of...";
else
the_title();
?>
johnthomas19
Member
Posted 4 years ago #
In the single.php, the code:
the_title(); appears more than once. Is there a specific one I need to replace, or all of them?
I don't know post the code here and I can tell you.
woodsarts
Member
Posted 3 years ago #
My page titles and page names are all messed up, with stuff on the splash page that I can't identify/remove, and other text that I want to change, but haven't a clue where to go next. Lot's o' tutorials out there, but I haven't discovered how to fix this stuff.
I'm a wysiwyg visual layout guy, lots of print page layout design time. I'm barely three days into learning WordPress, and I just don't understand the code editing stuff I see in all the forum listings. I found a theme I liked, but I'm losing the wrestling match with adapting it to my needs. Is there a way to fix templates that have redundant headers, text overlapping banners and such? Please look at woodsarts.com
I've even got a nice splash page I created in Golive CS2 that I'd like to use, but once again, it appears I have to pray to the code god if I want to integrate it.
Where should I go first?
Code may be poetry (that little niblet down there in the lower right corner of this page)
It's all Greek to me!