Tagged Questions
2
votes
1answer
430 views
query attachment images … if no attachments -> get attachments of parent page?
I use this to query all attachments of the current page or post I'm on …
$query_images_args = array(
'post_type' => 'attachment',
'post_mime_type' =>'image',
'post_status' => ...