• Hi, after updating to latest version, I noticed, that there is a problem in code: instead of rel=”dofollow”, there is a rel=”"dofollow"” . Here is, how it looks like: https://ibb.co/Jsyprhn

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same here, dofollow is invalid, its nofollow or nothing and the quotes are also invalid.

    "dofollow"

    Any plans to update/fix?

    Hi,

    Until it’s fixed you can add the following line :

    $values['linkRel'] = '';

    to wp-content/plugins/intelly-related-posts/includes/classes/core/HtmlTemplate.php
    just after this line :
    $values['linkRel']=($values['linkRel']!='' ? 'rel="'.$values['linkRel'].'"' : '');

    Hello,

    Thank you contacting Data443 Support Team.

    We have our Developer reviewing your request.

    Thank you,

    Data443 Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with rel=”dofollow”’ is closed to new replies.