• Resolved mwelch

    (@mwelch)


    mmmm….hi all. In a bit of a pickle here.

    Just installed the Nofollow Case by Case plugin, yet my Firefox SEOQUAKE is still showing my commentators with a nofollow line through them.

    Any ideas?

    I installed the plugin as normal.

    Thanks for your time!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mwelch

    (@mwelch)

    So hold true for for Dofollow plugin. I’ve deactivated and reactivated all my plugins starting with dofollow which WORKED. But when I activated Disqus it stop working.

    So it’s definitely a conflict with these plugins.

    So it looks like it needs to be hard coded. Anyone know which file I need to edit?

    Thanks!

    Thread Starter mwelch

    (@mwelch)

    OK think I found the file to edit but still no success ;(

    I edited the wp-includes/comment-template.php

    $return = "<a href='$url' rel='external nofollow' class='url'>$author</a>";

    to

    $return = "<a href='$url' rel='external' class='url'>$author</a>";

    Did i edit the code incorrectly?

    I found somewhere else that the lines to edit in wp-includes/comment-template.php are as follows…

    function comments_popup_link( $zero = false, $one = false, $more = false, $css_class = '', $none = false, $nofollow = true )
    $title = esc_attr( get_the_title() ); if($nofollow) { $nofollow = ' rel="nofollow"';}
    echo apply_filters( 'comments_popup_link_attributes', '' );

    Hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nofollow Case by Case plugin not working….I think???’ is closed to new replies.