We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I'm making a query to get the posts page, translated page return false for value isPostsPage.
false
isPostsPage
Reading settings is configured on the good page.
Query :
{ pages(where: {name: "blog"}) { nodes { uri isPostsPage } } }
Result
{ "data": { "pages": { "nodes": [ { "uri": "/blog/", "isPostsPage": true }, { "uri": "/fr/blog/", "isPostsPage": false } ] } } }
The text was updated successfully, but these errors were encountered:
this plugin does not interfere with the isPostsPage in any form (at least not intentionally).
Sorry, something went wrong.
No branches or pull requests
When I'm making a query to get the posts page, translated page return
false
for valueisPostsPage
.Reading settings is configured on the good page.
Query :
Result
The text was updated successfully, but these errors were encountered: