Listing images are not showing in admin uploaded with custom coding

Please consider using our API for adding attachments if you’re familiar with the code. If you add attachments via WP functions, please also try adding these meta fields to the attachment:

  • hp_parent_model with value “listing”
  • hp_parent_field with value “images”

Then if the attachment is an image, it’ll appear in the listing gallery.

Hope this helps