• Resolved rrr_ruby

    (@rrr_ruby)


    Please can someone help me make the link a no-follow?
    Big thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author riangraphics

    (@riangraphics)

    Hi you can edit the plugin,
    find line 294 in book-now.php and edit from
    <a href='$myurl' target='$target'>$mytext</a>
    to
    <a href='$myurl' target='$target' rel='no-follow'>$mytext</a>

    hope it helps

    best regards

    Thread Starter rrr_ruby

    (@rrr_ruby)

    Thank you very much for quick reply. On looking, I saw this – I changed it in 294 as below but I noticed the similar code underneath – should I change there also?
    Thanks in advance

    <div id=’rg-book’>
    $mytext
    </div>
    “;
    }
    } else {
    echo ”
    <div id=’rg-book’>
    $mytext
    </div>
    “;
    }
    }
    }

    Plugin Author riangraphics

    (@riangraphics)

    yes thats correct

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make No Follow link?’ is closed to new replies.