Skip to content

Translation for isPostsPage is set to false #37

Description

@MKlblangenois

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
        }
      ]
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions