Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Only root media in WP_Query

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles