Blog featured picture

Hi!
Is there a way, not to get the selected featured picture into the post?
Im using the shortcode [recent_posts count=“3”] and I want the picture there, but not in the post.
See example in the first article “TEAM FOG NÆSTVED ÆNDRER I TRUPPEN”
Or is there another way to put in the picture in the shortcode?

Hello Allan,

Please add this code in X > Theme Options > CSS:

.single-post .entry-featured {
    display: none;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.