How can I remove all page titles from my website's pages? here http://www.tekindoor.com/ I use the atahualpa theme.
How can I remove all page titles from my website's pages? here http://www.tekindoor.com/ I use the atahualpa theme.
Right below the header WordPress prints the page title in BIG letters. How do I turn this off?
I think think this is an easy one.
Where it says Front page HERE
Remove or comment out this line in your page template:
<h2><?php the_title(); ?></h2>
It is not in the page template?.I have looked hi and low for this script. I think it must be an atahualpa theme setting.
I don't know that particular theme. Maybe in your singlepost.php.
I can see that it's in a div with a class of post-headline.
would this area be called the kicker?
I'm not sure I'm afraid. Like I say, I'm not familiar with your theme.
Maybe it would be best to post the question in the theme's forum: http://forum.bytesforall.com/
Look for <div class="post-headline"> in your templates and you'll find the page title code.
paste this code at the bottom of your style.css file...
#header h1 { display:none }
i believe the correct answer is:
Goto your styles.css file and do a find for: "div.post.headline {" create a new line after the { and add the following: display:none
let me know if that helps!
If you like Atahualpa check out my site http://www.ComputerEverything.net
This topic has been closed to new replies.