Is it possible to show post titles and their respective custom field images in the widget using WordPress Loop plugin?
Is it possible to show post titles and their respective custom field images in the widget using WordPress Loop plugin?
WordPress Loop can display post based on custom field key/values you set in the widget. Once you set those parameters, you can then hide all the elements but the titles using css.
How can I show the images?
Store the image url as a custom field and add the meta key of that custom field to the widget. The rest is css styling.
This topic has been closed to new replies.