Hi @Snaedis
Firstly thanks for the great work!
I’m currently running into a couple of issues on my listing page with:
1) A module using blog_popular_posts as this just displays the English (primary language) posts, I have tried a couple of methods like adding a tag to posts to specify language & using looping through posts and using content.language to try to split them.
2) A topic filter module, again this only seems to list the primary language topics using:
{% set my_topics = blog_topics(‘33209169769’, 250) %}
{% for item in my_topics %}
When I add a translation to a tag the text doesn’t update, still shows in English, and the {{ blog_tag_url(group.id, item.slug) }} seems to break, returning no value
Just thought I’d raise these.
Thanks,
Tom