sort on post id
-
I want to sort on the id of the posts. i have tried with this code but it doesn’t work
<div id=”content” class=”narrowcolumn”>
<?php $wp_query = new WP_Query(‘orderby=id&order=asc’); ?>
<?php if (have_posts()) : ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘sort on post id’ is closed to new replies.