Support

Account

Home Forums Add-ons Gallery Field “Reverse Lookup” via Attachment Custom Field Reply To: “Reverse Lookup” via Attachment Custom Field

  • found your issue. You need to add

    
    'post_status' => 'inherit'
    

    to your query. The default status of a WP_Query() is “publish” but the default status for an attachment is “inherit”