Changes between Initial Version and Version 1 of Ticket #43391, comment 5
- Timestamp:
- 03/03/2018 08:44:40 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43391, comment 5
initial v1 1 1 What do you get when you do `var_dump( new WP_Query( $args ) );` on your original query that doesn't work? You can remove the `results` from the dumped object if there's sensitive information. 2 3 Edit: Sorry, nvm. I see the link now.