Browsing articles tagged with " Select Fix Category Post With New Custom Query Code"
<?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; ?>