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