How do I show the latest post at the top?
<?php if( !empty( $category->posts ) || !empty( $category->featured ) ){ ?>
<?php if( !empty( $category->featured ) ){ ?>
<h4 class="discuss-featured-title"><?php echo JText::_( 'COM_EASYDISCUSS_FEATURED_TOPICS' );?></h4>
<ul class="unstyled discuss-list featured clearfix" itemscope itemtype="http://schema.org/ItemList">
<?php foreach( $category->featured as $featuredPost ){ ?>
<?php echo $this->loadTemplate( 'frontpage.post.php' , array( 'post' => $featuredPost ) ); ?>
<?php } ?>
</ul>
<?php } ?>
<?php } ?>
Authentication Required