• Hi there,

    The social links currently have the nofollow attribute which the client wishes to change. Is it possible to do this?

    Kind regards,
    Charlotte

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    Try this function:

    add_filter( 'lsi_icon_rel_attribute', function() {
        return '';
    } );
    Thread Starter cebcreative

    (@cebcreative)

    Hi Tom,

    Thanks for getting back on this. I have added that snippet into the functions but it seems to remove the rel= completely rather than changed it to rel=follow?

    Thanks,
    Charlotte

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change nofollow attribute’ is closed to new replies.