Hi every body..
I’ve been struggling with this issue for a while now.. I need to check the “category” parameter in an RSS feed to do an action based on the content of that parameter.. but the conditional doesn’t seem to work..
here’s the code I’m using:
{exp:magpie url="site url" limit="10" refresh="720" }
{magpie:items}
{magpie:title}
{magpie:description}
{magpie:category}
{if {magpie:category} == "cat1"}
cat1.gif
{/if}
{/magpie:items}
{/exp:magpie}I’d really appreciate it if someone helped me with this issue.
Thanks every body 😊