php - How to create an unordered list of images separate from the content

admin2025-06-03  3

Some of the solutions I'd tried are 'multiple featured images,' and 'upload image gallery,' but they're either require plugins, are too convoluted, or make for terrible html syntax.

I've looked around at websites that use wordpress, and found this, and would like to know how they might have coded their list of images at the bottom of their 'Projects' post in the backend:

Some of the solutions I'd tried are 'multiple featured images,' and 'upload image gallery,' but they're either require plugins, are too convoluted, or make for terrible html syntax.

I've looked around at websites that use wordpress, and found this, and would like to know how they might have coded their list of images at the bottom of their 'Projects' post in the backend:

Share Improve this question asked Feb 2, 2019 at 15:27 SaiSai 33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I would recommend using Wordpress custom fields.

You can add them using the Wordpress API or using a plugin like Advanced Custom Fields

If so, create a Repeater field that contains Image field.

Use this to show your repeater field.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748951269a315095.html

最新回复(0)