see all the post in one catagory with out pagination

87

<?php
query_posts(array('cat'=>20,'posts_per_page'=>-1));
?>
<?php $posts = new WP_Query(array('cat'=>20,'posts_per_page'=>-1)); ?>

Comments

Submit
0 Comments