No double image display
I have a Mansory blog.
[Links visible only for registered users]
Is it possible not to have the 2 images when viewing an article. [I do not want to use the feature image.]
But it would have the theme uses the first image of the article (to view the list of items)
How to do ?
Comments
to remove featured images for single post pages, you need to use the following css:
.single-post .single-photo-wrapper.image { display: none !important; }Thank you, it works.
Suggestion to include those options in the theme settings.