SNIP: Structured Data & Schema Plugin for WordPress › Forums › Structured Data Help › How to display all images of post in schema? › Reply To: How to display all images of post in schema?
October 23, 2021 at 2:40 pm
#3845
Florian
Keymaster
Of course! In line 19 you define the name of the loop.
On line 46 you define the items. Here you need some code that fetches all the images from your blog post and return it as image objects.
Hope that helps.
Florian