Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Sep 04, 2018 1:36 pm
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
Prev