Apr 10, 2019 9:55 pm
The page is not about the forum. The forum is just insert it... How to make sure that Shortcod do not change the name of the page?
1 Reply
Apr 14, 2019 2:10 pm
Hi @kvv1,
Thank you for letting us know. Current wpForo 1.6.1 version has a bug in Forum meta Description. it doesn't display forum description and Meta Description. We've already fixed in upcoming version. At the moment you can fix it manually using the instruction below:
1. Open wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php file.
2. Find this line:
if( isset(WPF()->current_object['forumid']) && !isset(WPF()->current_object['topicid']) ){
3. Replace it with this script:
if( wpfval(WPF()->current_object, 'forumid') && !wpfval(WPF()->current_object, 'topicid') ){