Recent Reviews displaying author name or my name

Discussion in 'GeoCraft WordPress Theme' started by aliarts, Nov 29, 2012.

  1. aliarts

    aliarts Guest

    Joined:
    Dec 28, 2011
    Messages:
    16
    Likes Received:
    0
    Hi There

    There is a problem with the recent reviews on the bottom right of every page, they are displaying my screen name, or the screen name of the listing owner:

    [​IMG]

    How can I fix this please? Thanks.
     
  2. Gourav

    Gourav Support Staff

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

    Code:
    <?php _e('Review left by&nbsp;',THEME_SLUG);  printf(__('<cite class="fn"><a href="?author=%d">%s</a></cite>'),$comment->user_id,$comment->comment_author) ?>

    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  3. aliarts

    aliarts Guest

    Joined:
    Dec 28, 2011
    Messages:
    16
    Likes Received:
    0
    Hey thanks Gourav.

    If I make this change to this file, will it be overwritten in the next theme update?

    Thanks.
     
  4. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    Yes it will be overwritten in next theme update.
     

Share This Page