Its been a while since I did anything with conditionals, so I may very well be making mistakes. Should this code be working?
{exp:magpie url="http://asoiaf.westeros.org/index.php/rss/forums/3-a-song-of-ice-and-fire-forum-hbos-game-of-thrones-open-discussion/" limit="10" refresh="1"}
{items}
{if magpie:title == title}
<a href="http://{magpie:link}">{magpie:title}</a>
{/if}
{/items}
{/exp:magpie}I am trying to pull in a link to the RSS feed item where the title matches the post that I am trying to include the link within.