Advanced-Post-List / advanced-post-list

A WordPress plugin to create custom post lists
15 stars 7 forks source link

Pulling ACF content into APL output #148

Open jbwharris opened 3 years ago

jbwharris commented 3 years ago

I've been struggling to figure out how to get an Advanced Custom Field image upload to show up in APL. I have a Custom Post Type that is just meant for banners, so the only content is the ACF image upload, which is saved as just the image URL. I want to pull this into APL, but I can't figure out how to actually get it to 1) find that there's content to pull into the output, and 2) place that saved image URL into the template I've built.

I've tried using post meta and the PHP shortcode methods without much luck.