Hello,
I’m trying to display a list of external RSS feeds on my site, and I want each of the RSS links to open up on their own distinct page that then has a summary from the RSS. On this summary page, I would like a link back to the original article, similar to what’s done on http://www.topix.com. I have 2 templates, “index” for all the RSS entries and then “fullpage” for displaying the individual RSS entries. I’ve tried using magpie, but the point where I get stuck at is when I try to make the “fullpage” template show only the selected RSS summary and title. Do you know how to work around this?
Also, when I am trying to display the date the article was published, I get nothing. I am able to display the RSS title, link, and summary but for some reason the date won’t show. I tried {date} and {pubDate}. Can you help me with these issues?
Thanks in advance.