Hi!
I’m trying to insert a translated part of the show notes into the episode page, if the episode is categorised as “English”. The if-conditional is however never found to be true.
{% if category.slug == "english" %}
[podlove-template template="motivator"]
{% else %}
[podlove-template template="Motivierer"]
{% endif %}
Please let me know what’s wrong there? The Template Tags docu & Twig’s own docu didn’t already provide the answer.
I tried category.slug('english')
, .name
and a bunch of other variants I found on GitHub. The category is set correctly in Wordpress.