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: How can I fix this please? Thanks.
Go to library > widget > latest_review.php present in your theme directory and remove the code given below Code: <?php _e('Review left by ',THEME_SLUG); printf(__('<cite class="fn"><a href="?author=%d">%s</a></cite>'),$comment->user_id,$comment->comment_author) ?> Sending image for reference This will solve your issue.
Hey thanks Gourav. If I make this change to this file, will it be overwritten in the next theme update? Thanks.