wp-graphql-wpml icon indicating copy to clipboard operation
wp-graphql-wpml copied to clipboard

a wordpress plugin that improves wpgraphql usage together with wpml

Results 16 wp-graphql-wpml issues
Sort by recently updated
recently updated
newest added

We have hit an issue where some of our custom post types have translated permalinks/slugs, an example query is below, the URI being passed is the relative path on the...

The following query should return the english versions of the products. Instead it returns the main locale (german in this case): **Query** `{ products(where: {wpmlLanguage: "en"}) { nodes { id...

# Overview Enables support for taxonomy term translations that return the correct _translated_ IDs and objects for terms in non-default locales. ## Details Adds fields to Taxonomy types to be...

After we updated to Wordpress 6.1.1, we no longer see the menu in other languages. GraphQL IDE does not retrieve the data either. GraphQL Version 1.13.7 and WPGraphQL WPML Version...

I have a homepage which has a `pageHome` ACF group. This group has an ACF group field called `productCategories` in the schema. This group field has a Taxonomy field, also...

Hello, After upgrading to WPGraphQL v1.14.0, all single post queries in the non-default language (English) now return null. Example: ``` { post( id: "les-bases-de-la-guitare-la-guitare-basse" idType: SLUG ) { id }...

Is it possible to query option pages (created with ACF) in different languages?

The main addition of this PR is the addition of a `wpmlLanguage` argument on ACF options page fields, which controls the language of the query output. By default, ACF options...

Hello, My team has noticed the following: A query using where {search: } will show the same posts on multiple pages when using after: endCursor. Typically the first 3-6 posts...

I'm looking to retrieve translations of Yoast data through GraphQL. So far, it seems that neither the Yoast SEO WPGraphQL plugin, nor this plugin have support for it. I [opened...