When I create pages for my wordpress site, wordress automatically creates the page Tile in h2. Where can I go into wordpress and just eliminate that title altogether on my pages? I have a screen shot for example.
When I create pages for my wordpress site, wordress automatically creates the page Tile in h2. Where can I go into wordpress and just eliminate that title altogether on my pages? I have a screen shot for example.
You should look at your theme and find the template page.php
Look for something that looks like this:
<h2><?php the_title();?></h2>
Just get rid of that and that should take care of it.
I went into my theme, but after extensive searching, I don't see a "template page.php.
This topic has been closed to new replies.