Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
 
Pages: 1
#1 2006-10-28 12:59:46
- Charlie Chalk
 - Member
 - Registered: 2005-09-06
 - Posts: 51
 
RSS feed per page
Hi
I have a number of pages each showing ten articles of a paticular catergory. I want to set up a RSS feed for each, but the catergories will always be added to and I don’t want to have to create a new RSS tag for each.
Is there anyway to use the xml article tag, but have it provide a feed for the current page?
I’m sure this is a simple thing to do, but it’s got me stumped!
CC
Offline
#2 2006-10-28 23:18:28
- zem
 - Developer Emeritus
 
- From: Melbourne, Australia
 - Registered: 2004-04-08
 - Posts: 2,579
 
Re: RSS feed per page
The feed_link tag uses the current page’s section and category by default.
Alex
Offline
#3 2006-10-30 14:20:43
- vanderkerkoff
 - Member
 - Registered: 2005-05-26
 - Posts: 45
 
Re: RSS feed per page
Hi Alex
I took this off the page you linked to in your reply to Charlie, it’s an example of using the feed_link tag
<txp:feed_link label=“XML” category=“General” section=“about” flavor=“rss” wraptag=“p” />
Can I use this tag to create a feed of an article by it’s ID?
Or do I need to write a custom plugin to do it?
Any help will be greatly appreciated.
matt
Offline
#4 2006-10-31 03:05:43
- Mary
 - Sock Enthusiast
 - Registered: 2004-06-27
 - Posts: 6,236
 
Re: RSS feed per page
Can I use this tag to create a feed of an article by it’s ID?
No, you can’t.
Offline
Pages: 1