A new message was posted:
Address: http://radio.userland.com/discuss/msgReader$38284
By: david (ddownes@...)
Radio automatically creates an archive page for each day's worth of posts - this
is not quite the same as 'a rendering of one post of a time', if by that you
mean one post per web page, but it does subdivide past posts to some extent.
If I understand your question, you would like the home page for each category to
show the title and beginning of each post with a link to the full text on the
archive page. Radio does not offer this function automatically. You can write a
script to do it but that requires knowing and working with the proprietary
language Radio is written in, UserTalk.
There are a couple of ways to display a list of titles only. You can insert the
macro radio.macros.recentTitledBlogPosts into the #hometemplate.txt, say in the
sidebar. I have it in my blog [1] like this:
</%radio.macros.recentTitledBlogPosts (maxPosts:20, maxTitleLength:50,
flIncludeWhen:true, cellSpacing:4)/%. More on this macro
nch/code/workbenchRoot/Workbench tool by Rogers Cadenhead and use the script
Workbench.viewPostIndex() to display a list of the titles of your posts in
reverse chronological order. Each title is linked to the archival copy of the
post. I didn't find this tool self-explanatory when I first used it so if you
try it feel free to post questions here.
[1] http://davidrdownes.com/main/
This is a Manila site... http://manila.userland.com/.