Hi, Thanks for nice plugin. It works fine in admin panel but when i tried to view in template, nothing happened. It remains as it is.
<?php $acs->query_posts(array(‘group_name’=>’New Group’)); ?>
<?php if(have_posts()) : while(have_posts()) : the_post();
the_title();
endwhile; endif;
?>
Please help me.