Try <?php $the_query = new WP_Query( 'cat=4&order=ASC&posts_per_page=5' ); ?>
. showposts
is deprecated.
↧
esmi on "How to Set Feed to Newest First & Specific Category"
↧
Try <?php $the_query = new WP_Query( 'cat=4&order=ASC&posts_per_page=5' ); ?>
. showposts
is deprecated.