Remove rel=”nofollow” in all page
-
How to remove attribute rel = “nofollow” in all page ?
I try this but not working
add_filter(‘the_content’, ‘your_custom_function’,10 ,1);
function your_custom_function($link) {
return str_replace(‘ rel=”nofollow”‘, ”, $link);
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove rel=”nofollow” in all page’ is closed to new replies.