I’ve got a EE template which is supposed to grab RSS content based on the url segments, like this:
{if segment_2 == "no"}
{exp:magpie url="http://www.43min.com/videos/feed/no?q={segment_3}" parse="inward" refresh="10"}
{if:else}
{exp:magpie url="http://www.43min.com/videos/feed/en?q={segment_3}" parse="inward"}
{/if}
.. but this doesn’t seem to work, since magpie caches the content and it will return the same content no matter what {segment_2} is ..
anyone know how this works?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.