Wordpress Shortcode to display featured images only

I'm looking for a simple shortcode to pull in featured images without the blogpost title. Currently I am using:

[display-posts category="OSH" image_size="standard"]

which works, but with the titles. What do I change?

Topic shortcode images Wordpress

Category Web


The plugin you're using Display Posts Shortcode does include a parameter to disable post titles: include_title="false"

So your shortcode would look like this:

[display-posts category="OSH" include_title="false" image_size="standard"]

Hope that helps.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.