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

    (@nikolicdragan)

    All social links should be “nofollow”. As for the website link, we’ll certainly discuss it.

    Thanks for letting us know.

    Plugin Author Slobodan Manic

    (@slobodanmanic)

    Bryan,

    We just added a filter for this, so if you add this to your theme’s functions.php, you’ll get dofollow for authors’ website link.

    add_filter( 'ts_fab_follow_author_link', 'my_site_follow_ts_fab_author_link' );
    function my_site_follow_ts_fab_author_link() {
    	return false;
    }

    We won’t add it as an option, since most people wouldn’t use it and we really try to keep option count as low as possible, but this way you can achieve what you need.

    Thread Starter Bryan Hadaway

    (@bhadaway)

    Thanks, appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Adds nofollow to authors' website and social links."’ is closed to new replies.