Forum Replies Created
-
Ok I fixed it with deactivating and activating bbpress again.
Do you have an idea how and where?
Done, still can’t see the page: https://www.paastoa.com/antworten/8907/
And the forum itself redirects: https://www.paastoa.com/forum/intervallfasten/
Can you access it?I think your code did something really bad, it redirects my forums now to other pages… what can I do?
For example: https://www.paastoa.com/forum/intervallfasten/
That makes, that the page disappears: https://www.paastoa.com/antworten/8907/
:’D
sure, yoast SEO (Also Premium version) is enabled.
I tried both of the codes you sent me, both doesn’t have an effect on the Meta Title.
The snippet with the following code is still activated on the website:
add_filter( 'wpseo_metatitle', 'rew_meta_title' ); function rew_meta_title( $title ) { global $post ; if ($post->post_type == 'reply' ) { $title = 'this is a reply' ; } return $title; }
So you can check, if there happend something. I deleted the other snippet because it also didn’t had an effect on the website. But when it has an effect, it’s not so good because the website is live.
Thanks for your time.
You can check the Title in the Browser-Tab. Currently, it’s showing the following text:
| Paastoa
So it’s only the seperator and the website title…
Also when you open the source code of the page, it shows:
<title>| Paastoa</title>
URL: https://www.paastoa.com/antworten/8907/
Thanks for your help.
Changed it, but it doesn’t appear on the website: https://www.paastoa.com/antworten/8907/
Thx for your help
And again, thank you very much for your help.
It didn’t change anything on the BBPRESS – Reply Pages, for example:
https://www.paastoa.com/antworten/8907/
Is the code you sent me really for BBPRESS? I think it’s for the normal replies…
Thank you very much for your response.
This only changes the Meta Description, right? Is there an option, to also change the Meta Title (And like I said, it should be unique, so we can avoid duplicate titles)
Thank you very much!
Thanks for your answer. This only does that the topics in BBpress displays the correct meta description from Topic Content. But I need it also for the Reply-Pages, like I mentioned.