I have removed page titles from other seems, but I can't seem to find familiar looking code to do it with this theme. How would I go about removing the titles from all pages?
How to remove page titles
3 posts from 2 voices-
Posted 2 years ago #
-
An update, I managed to do it though I don't know if it was the correct way. I normally edit the page.php file to remove titles, but I had to remove code from the template files, and the index file.
Posted 2 years ago # -
Search following code in single.php and page.php:
<h1 class="siteheading"> <a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avisio')?> <?php the_title(); ?>"><?php the_title(); ?> </a> </h1>- delete it if you want to remove the titles.
The Dude
Posted 2 years ago #
Reply
You must log in to post.














