Removing page title from certain page(s)
-
Hello,
I’m not sure if this is the correct section for this post, so I apologize up front for any mistake. I’m trying to attempt to remove page titles from certain pages, as they’re not needed although I do want to keep them on others.
I tried the code below, I’m no coder but I thought it would be fairly easy to modify the line of code which removes it from the home page. I’m mistaken though.
Any help would be greatly appreciated.
<?php if (! is_page('page-title') ) ?> <h2 class="entry-title"><?php the_title(); ?></h2>
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘Removing page title from certain page(s)’ is closed to new replies.