allanv74 0 Report post Posted June 24, 2010 Hi guys, I have not yet tested the search result page in WHP3 ...so I did. The search result page looks like a blog; listing: "On June 24, 2010, in Uncategorized, by admin" below each headline result, an icon with "0 comments" and the option to "Leave a response". ( all my pages are "pages", not "posts") I would like to not show any of these, as they have no relevance on my site. Please advise, as I'm obviously still new to this. Thanks, AllanV74 Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 24, 2010 If you're trying to remove comments globally then it's pretty simple by deleting this line in _posts.php ` <?php if(!is_page() || (is_page() && pagelines('pagecomments', $post->ID))) include(THEME_LIB.'/_commentsform.php');?> ` Share this post Link to post Share on other sites