crazyyy
4/28/2014 - 9:42 AM

WordPress: Query Post

WordPress: Query Post

<?php query_posts("showposts=4&cat=1"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>


////////////////////////////


<?php endwhile; endif; ?>
<?php wp_reset_query(); ?>