How to enable for custom post type
-
The plugin works great. However, all of my custom post types are returning nothing. Do I need to configure something to recieve the Yoast settings for these posts
It looks like it is actually for all posts.
The plugin works great on pages.I’m guessing it is related to
`
warn Multiple node fields resolve to the same GraphQL fieldwordpress__POST.yoast_meta.content
– [content
,content___NODE
]. Gatsby will usecontent___NODE
.
warn Multiple node fields resolve to the same GraphQL fieldwordpress__wp_media.yoast_meta.content
– [content
,content___NODE
]. Gatsby will usecontent___NODE
.
warn Multiple node fields resolve to the same GraphQL fieldwordpress__wp_insights.yoast_meta.content
– [content
,content___NODE
]. Gatsby will usecontent___NODE
.
warn Multiple node fields resolve to the same GraphQL fieldwordpress__wp_work.yoast_meta.content
– [content
,content___NODE
]. Gatsby will usecontent___NODE
.
`
I am using Gatsby to pull the data. When I inspect the actual endpoint on the wordpress end I do see the yoast_meta object with the correct description
- The topic ‘How to enable for custom post type’ is closed to new replies.