I am running WordPress 4.5.2, Twentysixteen, and a plugin called 'Custom Fields Template'. I am looking to make the most of WordPress' custom fields but do not know how to make it do more than display a UL with some basic text data.
I would like to know how to:
display an image (from Media Library),
an active link, and
an active link to a media file (e.g. Download PDF Brochure).
I like the 'Custom Fields Template' plugin as it was super easy to install, set up with the variables I need, is clean and lightweight. Here are some screenshots of what I've got so far (for a racehorse syndication website - not live):
This is the Custom Fields Template within WordPress' page edit screen.
This is the resulting code - prints image ID only.
I am comfortable with modifying WordPress's .php files but am not fluent enough with PHP to write the necessary functions from scratch.
Any help would be greatly appreciated.