'Review left by' link

Discussion in 'GeoCraft WordPress Theme' started by spoonboy90, Oct 16, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I've just noticed that in the Recent Reviews Widget the link in the 'Review left by mr evens...' doesn't seem to go anywhere, can you point me to where i can change the url or remove it has a hyper link please

    rev.png
     
  2. kentoliver

    kentoliver Active Member

    Joined:
    Jan 3, 2013
    Messages:
    238
    Likes Received:
    41
    I believe that takes you to the Authors 'listing' posts on the site.

    Try and review by someone who posted something and then click on their title to see the listings posted by that user.

    I believe a custom function would be needed in order to not display link if user has not posted anything in that said custom taxonomy.

    -Kent
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this go to the
    geocrafttheme\library\widget\latest_review.php
    and add code given below as shown in the image.

    Code:
    ' . esc_url(get_comment_link($comment->comment_ID)) . '
    review-admin.png
     
  5. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Great stuff Nitesh thanks
     
Thread Status:
Not open for further replies.

Share This Page