AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] Forum meta description doesn't work

2 Posts
2 Users
0 Reactions
2,231 Views
kvv1
Posts: 3
 kvv1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@kvv1)
Active Member
Joined: 7 years ago
[#8380]

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
Robert
Posts: 10754
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months ago

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') ){

Share: