Setting rel="nofollow" to links in the text editor

Hi
I would like to know if there is any easy way to add a rel=“nofollow” to links in the text editor?
I want to use the text editor to stack links in a list. It would be alright to set all links within the element to nofollow with a tag in the code if only I knew how.

There is a way you need to install the plugin from this howto ultimate nofollow

Now, out of the box it wont work, because its designed to work only in wp-admin.

So add the following to your child theme to make it work :slight_smile:

add_action( 'wp_enqueue_scripts', 'nofollow_redo_wplink', 999 );


Like so?

yea that should do it

Thanks buddy, I appreciate it :slight_smile:


Can´t save it :confused:
I have not renewed the license for the bb-theme, only the builder, does that stop me from making changes in the childtheme?

No that’s nothing to do with the theme, that’s WP saying it cant make changes to files on your server because it isn’t setup properly, you will have to use FTP like it says.