Andrew Klein wrote: > Still getting a hang of this all and just looking for some > input;insight. I've been running a fairly simple design of Radiant > (Read: almost source) and want to expand the design a little. Here is > kind of what I want to do: > > - Home (Shows either just News or all of the <dont know> heading, > chronilogically) > -- <dont know what to call> > --- News > --- Articles > --- Tutorials > -- Downloads > -- Gallery > -- RSS (Covers chronologically the news/articles/tutorial tree) > --- RSS <one for each of the news/articles/tutorials> > > I just need some insight on how to do the RSS feeds. Also, curious if > you could include 'categories' somehow or 'tags' for each Sub under all > the categories.
Presently, there is not an easy way to provide a list of articles from a tree. You can list a page's immediate children with the <r:children /> tag, but you will probably need to create a custom tag if you want to display an entire branch of a tree. > As well, wondering if there is plans for a commenting system. Commenting is scheduled to be incorporated in the release following the next release. The focus of the next release is the extension system. The focus of the following release is blogging. I believe Sean Cribbs has done some work on a commenting extension. -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
