Remove title from post if specific category
-
I’d like to remove the title from the post if the post belongs to a specific.
I’m not sure how the single.php file need to be modified to accomplish this.For example, I’d like to remove the title here:
http://www.line47.com/blog/stormy-skies-will-make-for-nic/I’m thinking I would need an If else statement around
<h2> <?php the_title(); ?> </h2>but I’m not sure how to write it, any help would be great.
The topic ‘Remove title from post if specific category’ is closed to new replies.