Forum
function blog
Hi, I need to list the last 6 post but separate to 3 and 3 below. My current function is:
<?php $opts = array(
'sort'=>'postDateTime',
'sort-order'=>'DESC',
'count'=>'6',
'category'=>array('news'),
'template'=>'blog/home_news.html'
);
perch_blog_custom($opts); ?>
Thanks.
Then:
Incredible support!!! Thanks (again)