Good Morning,
I have a Roller development question.
I have developed a blog site using the aggregator front page. On the front
page I can easily list all of the available weblogs:
#set($newblogs = $site.getNewWeblogs(365, 10))
<ul>
#foreach($blog in $newblogs)
<li>
$blog.name
</li>
#end
#end
</ul>
My question is: How can I do the same from within one of the weblogs? I
would like to have a list of all the weblogs within every weblog, I can't
seem to do it in the same way?
Thank you.
--
View this message in context:
http://www.nabble.com/How-do-I-list-all-weblogs-when-not-in-an-aggregator-page-tp16024132s12275p16024132.html
Sent from the Roller - Dev mailing list archive at Nabble.com.