One of my custom fields is an url, and I’m trying to show the link on my RSS template based on a conditional.
Here’s the piece:
<description>{exp:xml_encode}{cal-event-date format="%n/%j, %g:%i%a"}{/exp:xml_encode}{if cal-home-away=="Home"}{exp:xml_encode}<a href="http://{exp:xml_encode}{cal-game-tix}{/exp:xml_encode}">Tickets</a>{/exp:xml_encode}{/if}</description>I found a few discussions about this but nothing that I’ve been able to use to solve my problem.