Quantcast Select Fix Category Post With New Custom Query Code | Source and Code System

Select Fix Category Post With New Custom Query Code

Jun 17, 2010  ¦¦  by admin  ¦¦  WordPress  ¦¦  6 Comments

<?php $my_query = new WP_Query(‘category_name=

Trailer&showposts=4′); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); { ?>
YOUR DATA

<?php } endwhile; ?>

6 Comments

Leave a comment

*