[Plugin: Flutter]
-
Hello,
I am using WordPress as the CMS for a site I am building. To make my life (hopefully) easier, I am using Flutter for custom fields.I have created a custom field/write panel for images. I can get the image to display in a post. However, I cannot get that image to display elsewhere on the site, most notably on the static home page and other pages.
I use the following code: <?php echo get_image(‘exhibit’); ?>
Is it not displaying because these are pages and not posts and do not have the loop?
Thank you for any ideas.
Jeff
The topic ‘[Plugin: Flutter]’ is closed to new replies.