Remove Reviews/Star Features

Discussion in 'GeoCraft WordPress Theme' started by gosmartmobi, Dec 21, 2012.

  1. gosmartmobi

    gosmartmobi Member

    Joined:
    Nov 14, 2012
    Messages:
    39
    Likes Received:
    1
    I would like to remove reveiews/star feature from my site.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    [​IMG]


    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.
     
  3. stok5100

    stok5100 New Member

    Joined:
    Dec 21, 2013
    Messages:
    1
    Likes Received:
    0
    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
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page