Making a new template page, copying post.template.
But I want it to display articles from only ONE category.
My head spinning, but I suppose somebody has already made this, and could tell me how to do it...?
{if $getcategory}
<div id="content">
{assign var="pressarticles"
value=$getcategory->getArticles("Första Hjälpen", 3)}
{foreach from=$pressarticles item=pa}
{assign var="postTitle" value=$pa->getTopic()}
{assign var="permLink" value=$url->postPermalink($pa)}
{$pa->getText()}
{/foreach}
</div>
{/if}
value=$getcategory->getArticles("Första Hjälpen", 3)}
jondaley wrote:it gets a max of 3 articles from that category.
$article->setDateObject($article->getDateObject());