Which image is used for thumbnail in List Category Post plugin

Which image does the plugin use for the thumbnail? From the customer field “thumbnail” or “featured-image”? What about an option to use “first attached image” or “first image in post” as some other plugins do?

Related posts

Leave a Reply

1 comment

  1. It uses the get_the_post_thumbnail function:

    Gets Post Thumbnail as set in post’s or page’s edit screen and returns
    an HTML image element representing a Post Thumbnail, if there is any,
    otherwise an empty string.

    The other options you mention are not included in the plugin now, but they will be considered for future versions.