WP_Query: how to get posts with and ID lower than
-
How do I get all posts with an ID lower than a specific value?
$args = array( ??? ); $query = new WP_Query( $args );
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WP_Query: how to get posts with and ID lower than’ is closed to new replies.