-
Hello,
I have set a meta title using rank math to the main forum page. The problem is that now the same meta title appears for all forums and topics. How can I fix it?
you can see the issue at those urls:
https://www.blitshtein-law.com/legal-forum/
https://www.blitshtein-law.com/legal-forum/%d7%a4%d7%95%d7%a8%d7%95%d7%9d-%d7%aa%d7%91%d7%99%d7%a2%d7%95%d7%aa-%d7%99%d7%99%d7%a6%d7%95%d7%92%d7%99%d7%95%d7%aa/
https://www.blitshtein-law.com/legal-forum/%d7%a4%d7%95%d7%a8%d7%95%d7%9d-%d7%aa%d7%91%d7%99%d7%a2%d7%95%d7%aa-%d7%99%d7%99%d7%a6%d7%95%d7%92%d7%99%d7%95%d7%aa/%d7%a9%d7%90%d7%9c%d7%94-%d7%9c%d7%92%d7%91%d7%99-%d7%aa%d7%91%d7%99%d7%a2%d7%94-%d7%99%d7%99%d7%a6%d7%95%d7%92%d7%99%d7%aa/
-
Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
Since WPForo generates its own SEO meta data, we recommend deactivating the Rank Math functionality from the forum pages by using the following filter.
add_action( 'wp_head', function(){ if( is_wpforo_page() ) { remove_all_actions( 'rank_math/head' ); add_action( 'wp_head', '_wp_render_title_tag', 2 ); } }, 1 );
Hope that helps. If you have any further question(s), please let us know. Thank you.
Hello,
Where should I copy this code to?
Thanks again.
Hello,
You should paste it in your functions.php file, at the end. I attach a screencast showing you how to do it:
Looking forward to help you.
I did it, but it doesn’t work. Still the same meta titles for every topic/forum.
I am using the Hello theme if it’s relevant.Hello,
In that case, I think we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.
The ticket ‘Wpforo + Rank Math: Problem with Meta titles’ is closed to new replies.