Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-01-24 11:25:53
- noisebarage
- New Member
- Registered: 2006-01-19
- Posts: 4
show a list of articles of a specific category or section
is there a way to make a list of articles of a specific category or section? preferrably with excerpt after the link, maybe.
sorry if I’m asking this. i’m not proficient in xml or textpattern language yet…
Offline
Re: show a list of articles of a specific category or section
There’s a plugin from Rob Sable, rss_suparchive_bycat which allows you to display articles by category with something like this
<code>
<txp:rss_suparchive_bycat showexcerpt=“1” section=“sectionOne,sectionTwo”>
<code>
Gavnosis
Offline
#3 2006-01-24 20:41:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: show a list of articles of a specific category or section
Offline