How-to and Troubleshooting
3
Posts
3
Users
1
Reactions
975
Views
Jun 16, 2019 4:55 pm
Hi!
- Set forum on Home Page
- Show Forum Page Title is ON
- Create several pages on my website like https://wpforo.com/community/wpforo-announcements/
- Put some text to Meta description on Forum Page (Text area under Font-awesome icon)
- But there are the same SEO description from Forum Description on all forums (Description from Dashboard > Forums > Settings > Features Tab)
Why? The title on forum page is correct. But the dascription isn't. Can you help solve the problem?
2 Replies
Jun 17, 2019 7:30 am
Hi @piska,
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 the 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') ){
Jun 17, 2019 2:15 pm
@sofy Some bugs are important, like this one. Please consider to make some "interim" fix versions.
thank you !