Skip Navigation

[Resolved] Show custom post types post gallery images in the back end

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Chris 3 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1996849
2021-03-22_16-33.png
2021-03-22_16-37.png
2021-03-22_16-39.png
Screenshot_2021-03-22 Edit property ‹ Chris Nault Cranbrook Real Estate Agent — WordPress.png

In this website I created a CPT for the listings, I am importing all the listings posts using the All Import plugin and adding the post images using a foreach function in the plugin, everything works great, I can easily display the added images in the front end using the [gallery] shortcode in the template and all works fine, the thing is that I would like to know if there is a way to see this post images in the post back end, currently this is how I see the posts in the back end (please see the attached image), I would like to be able to see and modify the imported post images, could you please help?

hidden link

#1996985

Hello,

Toolset Blocks plugin provides "Gallery Block" feature:
https://toolset.com/block-item/gallery/

It depends on multiple instances custom image field:
https://toolset.com/documentation/customizing-sites-using-php/displaying-repeating-fields-one-kind/
See screenshot of above document:
https://toolset.com/wp-content/uploads/2016/11/types-repeating-fields-example.png
you might consider to import your images into multiple instances custom image field.

#1997837

Sorry this was not helpful.