Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Nov 13, 2018 12:43 pm
Hi harveysamui,
I'm sorry, but there is no any option for this purpose. You need to add this code in your current active theme functions.php file.
function custom_wpforo_seo_options($options){
$options['topics_sitemap'] = 0;
return $options;
}
add_filter('wpforo_seo_options', 'custom_wpforo_seo_options');
Don't forget to delete all caches (wpForo, other plugins) before checking.
Page 2 / 2
Prev