Remove reviews tab from listing page

Discussion in 'GeoCraft WordPress Theme' started by shaunkerry, Jul 15, 2013.

  1. shaunkerry

    shaunkerry Member

    Joined:
    Dec 6, 2012
    Messages:
    92
    Likes Received:
    3
    Hi, I dont want reviews on my site, how do I remove the "Reviews" tab from the listing page?
    thanks"
     
  2. Gourav

    Gourav Support Staff

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

    Go to single-listing.php present in your theme directory and remove the code given below

    Code:
      <li><a href="#featured"><?php echo S_REVIEWS; ?></a></li>

    Sending image for reference

    2013-07-15_1825.png


    This will solve your issue.
     

Share This Page