Tagged Questions
0
votes
1answer
468 views
WP_Query: attachment image in “full” size?
I'm using the following script for my current project.
$query_images_args = array(
'post_type' => 'attachment',
'post_mime_type' =>'image',
'post_status' => 'inherit',
...