Display RSS feeds only
lalawren 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Display RSS feeds only
lalawren
OP
0
From: -
From: -
Display RSS feeds only
Excellent! Worked like a charm! Thank you!
Excellent! Worked like a charm! Thank you!
1 Re: Display RSS feeds only
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Display RSS feeds only
You could add at the very end (before ?> of template category_line the following code:
This prevents to show the template in the SEP and IRA news category. I also suggest that you move any HTML code that should not show up to this template.
You could add at the very end (before ?> of template category_line the following code:
if ($insert[story_category] == "SEP and IRA news") $EST_TEMPLATE = "";
This prevents to show the template in the SEP and IRA news category. I also suggest that you move any HTML code that should not show up to this template.
Is there a way to display just RSS feeds from the web - for a few different categories -
Like on a custom page?
Something like this:
http://www.retirement-retirement.com/category-32.php
starting with "on the web"
without the Category Subheader (SEP and IRA news) and the line graphics?
Many thanks!