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
I can relate the generated terms just fine to the existing posts, but the <postID()> function does not stick to fetching posts in the default language. It randomly fetches posts regardless of their language. Would you be interested in a fix for this?
I imagine checking if WPML is running, and if so, limit the post query to only fetch posts in the default language.
The text was updated successfully, but these errors were encountered:
An update for anybody who might run into this issue:
The specific problem mentioned above can be alleviated by adding suppress_filters=0 to the postId() arguments.
Have you given any thought to how you might handle translations of fixtures?
For example how to handle fixtures on sites using WPML?
Given the following:
I can relate the generated terms just fine to the existing posts, but the
<postID()>
function does not stick to fetching posts in the default language. It randomly fetches posts regardless of their language. Would you be interested in a fix for this?I imagine checking if WPML is running, and if so, limit the post query to only fetch posts in the default language.
The text was updated successfully, but these errors were encountered: