[Radiant] newspaper

Mislav Marohnić mislav.marohnic at gmail.com
Mon Mar 26 07:56:03 CDT 2007


On 3/26/07, Alexy Khrabrov <deliverable at gmail.com> wrote:
>
> So far most sites I've seen are like WordPress
> -- a single boring column of a single guy.


That is because far most sites are blogs, not because their CMS is limited.

With Radiant, your layout can be as complex as you make it. You can have as
many authors as you wish and render their names above/below the articles
appropriately.

This is how I render the "news" column (3 most recent entries) on one of the
sites I manage:

<div id="news">
<r:find url="news"><r:children:each order="desc" limit="3">
<div class="entry">
  <h2><r:title /></h2>
  <div class="body"><r:content /></div>
  <r:if_content part="extended"><div class="more"><r:link>Read more
...</r:link></div></r:if_content>
</div>
</r:children:each></r:find>
</div>

So, this is a proof-of-concept that any "category" (simply a branch in the
content tree) can be rendered wherever you need. The rest is all information
architecture, design and project realization in HTML and CSS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.radiantcms.org/pipermail/radiant/attachments/20070326/75ac3027/attachment.html


More information about the Radiant mailing list