- This topic has 5 replies, 4 voices, and was last updated 1 year, 1 month ago by
David.
-
AuthorPosts
-
July 25, 2022 at 10:53 am #2293281
Steven
Hey GeneratePress team,
I’m having issues with SEOpress title tags not displaying as set in the metaboxes. I reached out to the SEOpress team as well and they replied with the following:
I guess there is an issue with your theme.
If you see a notification in your SEOPress Dashboard called ‘missing add_theme_support’, it probably using a deprecated function to generate the title tag.
This guide will help you how to solve it:
https://www.seopress.org/support/guides/fixing-missing-add_theme_support-in-your-theme/I’ve provided an example with further context below. Any help would be greatly appreciated!
July 25, 2022 at 12:03 pm #2293320Ying
StaffCustomer SupportHi Steven,
Have you tried adding the function that the plugin support provided?
https://www.seopress.org/support/guides/fixing-missing-add_theme_support-in-your-theme/Let me know if adding the function works.
Adding PHP: https://docs.generatepress.com/article/adding-php/
July 25, 2022 at 12:48 pm #2293366Steven
I added the snippet provided to the functions.php in the child theme and it did not solve the issue.
July 25, 2022 at 7:21 pm #2293538Fernando Customer Support
Hi Steven,
That’s odd. If it’s working on one page, it should work for others as the template for pages are the same in GP. Can you provide a link of a page where it’s working?
Moreover, can you try clearing all caching mechanisms set in your site?
July 29, 2022 at 6:51 pm #2297798Steven
Hey Fernando, here are a couple of pages where it’s working.
- https://grahamauctions.com/
- https://grahamauctions.com/insiders/
- https://grahamauctions.com/rv-auctions-online/
I’ve been in touch with their support as well and here is their response.
Do you see if <title><?php wp_title(); ?> is present in header.php file? If yes, you have to follow our guide.
The best way is to add snippet to functions.php file of child theme.
I have tried this and did not have any luck.
July 30, 2022 at 4:27 am #2297960David
StaffCustomer SupportHi there,
there is no need to follow this guide:
https://www.seopress.org/support/guides/fixing-missing-add_theme_support-in-your-theme/
GeneratePress already uses the correct method:
1. See here – there is no
<title><?php wp_title(); ?>
in our header:2. And In our functions.php we declare the correct theme-support:
If you can share this topic with their support then they can see that there has to be another issue.
-
AuthorPosts
- You must be logged in to reply to this topic.