Remove Website Field from Reviews

Discussion in 'GeoCraft WordPress Theme' started by erjdavis, Feb 13, 2013.

Thread Status:
Not open for further replies.
  1. erjdavis

    erjdavis Member

    Joined:
    Dec 17, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    Philadelphia, PA
    Hi,

    Is there a way to remove the website field from the reviews section? I know this is typically used for wordpress comments...but when leaving a review I don't think this is relevant.

    Thanks!

    Added: Is there also a way to remove the "Publish Date" from the listings page?
    Publish date :
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Please specify about which area you are talking or share screenshot of that area.
    2) To remove Publish Date" from the listings page
    Go to the
    Appearance > Editor and open single-listing.php and follow instructions shown in image.

    [​IMG]
     
  3. erjdavis

    erjdavis Member

    Joined:
    Dec 17, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    Philadelphia, PA
    Thanks. Attached is a screenshot
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to comment.php present in your theme directory and remove the code given below

    Code:
            <p class="clearfix">
                                        <label for="url"><?php echo WEBSITE; ?></label>
                                        <input type="text" name="url" id="url" tabindex="4" value="" placeholder="<?php echo WEBSITE_TEXT; ?>"/>
                                    </p>
    Sending image for your reference

    [​IMG]
     
  5. erjdavis

    erjdavis Member

    Joined:
    Dec 17, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    Philadelphia, PA
    Appreciate all the the help! Thanks again!
     
Thread Status:
Not open for further replies.

Share This Page