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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.