You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Since wordsby is just making paths from permalinks (eq site.com/your/page/2 becomes /your/page/2 in gatsby), subdomain WPML sites should just work by building a page for "/fr/your/page", "/en/your/page", "es/your/page", etc as long as they exist in the loop.
Most likely all that needs to be done for WPML is to suppress filters in the collections.json endpoint query.
https://wpml.org/forums/topic/wp_query-all-posts-of-all-languages/
Since wordsby is just making paths from permalinks (eq site.com/your/page/2 becomes /your/page/2 in gatsby), subdomain WPML sites should just work by building a page for "/fr/your/page", "/en/your/page", "es/your/page", etc as long as they exist in the loop.
For polylang this looks like it will probably be good -> https://stackoverflow.com/questions/53480868/how-to-display-posts-in-all-languages-in-the-plugin-polylang
The text was updated successfully, but these errors were encountered: