Only root media in WP_Query
-
When plugin is active, I recieve only root folder media in query:
$query = new WP_Query( array( 'posts_per_page' => -1, 'post_type' => 'attachment', 'post_status' => 'inherit'))
How can I get all media in all folders?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Only root media in WP_Query’ is closed to new replies.