query_posts and date_query?
-
Hi,
I have the following code in my archive page and I was wondering how I can make it so it shows posts only after today’s date?
<?php query_posts($query_string . '&orderby=date&order=ASC&posts_per_page=72'); ?>
In other files, I use the following code to achieve it, but I can’t seem to work out how to implement the same in the structure above.
'date_query' => array( 'after' => "today" )
Thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘query_posts and date_query?’ is closed to new replies.