ID));
?>
'post',
'orderby' => 'post_id',
'paged' => $paged,
'order' => 'DSC'
);
// the query
$the_query = new WP_Query( $args );
// Pagination fix
$temp_query = $wp_query;
$wp_query = NULL;
$wp_query = $the_query;
?>
have_posts() ) : ?>
have_posts() ) : $the_query->the_post(); ?>