Hello,
thanks for your feedback and for the review! 🙂
what exactly is the problem with the thumbnails?
can you share a link of a page where I can see an example of the widget where you are having problems?
cheers!
Here is my link. https://www.travelinwiththeresa.com/things-to-do-on-the-big-island.
I have tried every field I can to try and grab the image. I have a feeling I have to do it in script.
What kind of post-type is that? is it a wordpress page or another custom post type?
the code pulls the thumbnail from the wordpress default “featured image”, you should have it in the bottom of the right-side boxes when you edit that page.
p.s. if it is a custom post type and doesn’t have the featured image box, ensure that when you register the post-type you add support for thumbnails in the args (and eventually other things you might already have there. like:
‘supports’ => array( ‘thumbnail’ )
‘supports’ => array( ‘editor’, thumbnail’, ‘etc…’ )