Query Post by day
-
Dear all,
I want to query post future (scheduled) posts by day
example:
Sunday
Item 1 | Item 2 | Item 3
Monday
Item 1 | Item 2 | Item 3
Tuesday
Item 1 | Item 2 | Item 3
Wednesday
Item 1 | Item 2 | Item 3
Thursday
Item 1 | Item 2 | Item 3How can I do this correctly?
I got something like this for wednesday, but it isnt dynamic and working, I want to do this automatic:
$my_query = new WP_Query( array( 'post_type' => array('post','shows','movies'), 'paged' => $paged, 'day'=> array(6, 13), 'post_status' => 'future', 'posts_per_page'=>8 ));Greetings
Stefan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Query Post by day’ is closed to new replies.