Go to loop.php present in your theme directory and remove the codes given below Code: <?php global $post; echo geocraft_get_post_rating_star($post->ID); ?> Code: <?php comments_popup_link(N_RV, _RV, '% ' . REVIEW); ?> Sending image for reference Use same process for (template_featured.php, taxonomy-listcat.php, front-page.php, single-listing.php, loop-listing.php, loop-search.php ) This will solve your issue.
Hello there. I have done all this but still see stars and reviews on the homepage and "all listing" sections. How to I completely remove the reviews and stars from ALL pages. Thanks