Oh, no I didn’t try that. To save time and frustration (I”ve been trying to do this for 2 days) I decided to just take the page title’s out all together and just add them in manually for the pages I wanted them on. Thanks for your help though!
I added the code
<?php if(!is_home() || is_front_page()) { ?>
<h2><?php the_title(); ?></h2>
<?php } ?>
into my page.php file in place of the other <h2> code. But, nothing changed on any of the pages. Did I put it in the wrong page/place?
Thank you both for your help!
Moshu, I have created the new file.
Do I just change the name back to page.php and upload it back into my theme directory to overwrite the old page, or do I upload it as main.php ?
Never Mind- I’m smarter than I thought! I figured it out.
Thanks again!