AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] No Follow All External Links?

7 Posts
4 Users
1 Reactions
7,874 Views
Robert
Posts: 10741
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months ago

Please wait for the next 1.5.2 version release. It comes within next 1-2 days. Then add this custom code to disable the rel  = nofollow of all external links:

function remove_nofollow_rel_from_external_links( $do ){
return false;
}
add_filter( 'wpforo_external_link_nofollow', 'remove_nofollow_rel_from_external_links');

How to Easily Add Custom Code in WordPress (without Breaking Your Site)


Page 2 / 2
Share: