I place a code in the custom post template, and none of them actually direct to original article source. I want to point back the aggregated content to the original article: HTML Code: See <a href="{feed**********"> original article source</a> (one above directs to the feed's code itself, not the article) HTML Code: See <a href="%link%" title="%title%" target="_blank">original article source</a> (and this one directs to 'not found" page on my blog. why?) I am trying to do it in Wordpress, to create links automatically to various sources without manual work. Can anybody advise?