Notifications
Clear all

wpForo 1.x.x [Closed] Wrong SEO description on Forums pages

3 Posts
3 Users
1 Likes
841 Views
Posts: 1
Topic starter
(@piska)
New Member
Joined: 5 years ago

Hi!

  1. Set forum on Home Page
  2. Show Forum Page Title is ON
  3. Create several pages on my website like https://wpforo.com/community/wpforo-announcements/
  4. Put some text to Meta description on Forum Page (Text area under Font-awesome icon)
  5. 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
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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') ){
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

@sofy Some bugs are important, like this one. Please consider to make some "interim" fix versions.

thank you !