Enable Post Titles on All Posts in WPFolio
-
How do I enable post title visibility on all posts in the WPFolio theme, not just on blog posts?
I would like single posts in all categories to have the title visible. I’ve tried a workaround by adding a h2 title to the beginning of the post, but that means the title shows up twice on the homepage and the archive.
The easiest (though it breaks upgrade) would probably be to modify this line in single.php to always return true:
<?php /* If this is in the blog category */ if(in_category(array('news','latest', 'updates', 'blog', 'notable'))): ?>
Any advise on what the best path would be would be highly appreciated.
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Enable Post Titles on All Posts in WPFolio’ is closed to new replies.