Skip to content
New issue

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

Translation for isPostsPage is set to false #37

Open
MKlblangenois opened this issue Oct 4, 2022 · 1 comment
Open

Translation for isPostsPage is set to false #37

MKlblangenois opened this issue Oct 4, 2022 · 1 comment

Comments

@MKlblangenois
Copy link

When I'm making a query to get the posts page, translated page return false for value 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
        }
      ]
    }
  }
}
@rburgst
Copy link
Owner

rburgst commented Oct 5, 2022

this plugin does not interfere with the isPostsPage in any form (at least not intentionally).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants