( Atahualpa theme )I have one page on which the title is a custom graphic. And I don't want the title to repeat, and compete with, that graphic.
Is there a way to edit, or make invisible, the title (h1), on this page only?
( Atahualpa theme )I have one page on which the title is a custom graphic. And I don't want the title to repeat, and compete with, that graphic.
Is there a way to edit, or make invisible, the title (h1), on this page only?
You could edit the page template and use something like:
<?php if(!is_page('Page Name'))?><h1><?php the_title(); ?></h1>
This topic has been closed to new replies.