I have my blog news set to show as brief clips on the footer in my homepage. But despite trying below, they are listed alphabetically by title rather than chronologically.
How do I force them to list newest first then descending?
<?php perch_blog_custom(array('count'=>3, 'template'=>'post_homepage.html', 'sort-order' => 'DESC', 'sort-type' => 'numeric')); ?>