How to convert all links to no follow links of particlular section of a webpage

wordpress.stackexchange https://wordpress.stackexchange.com/questions/3039

  •  16-10-2019
  •  | 
  •  

Question

I just wanna convert all links to no follow links which are being displayed in sidebar or footer or comments.

How can i do this?

Was it helpful?

Solution

wp_rel_nofollow() does this for you. It is already called on pre_comment_content, so comments should be covered. For sidebars and footers, this depends on the widgets and other code you use there, but it should be possible to call that function there too.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top