2 pictures on home page articles

Hello,

I do not wish to have 2 pictures displayed for each article on homepage. Can you tell me how to disable this in order to have only 1 picture displayed.

Here is how it appears now

Hi Yassi,

Our theme only supports the Featured Image that you add in the Post, now if you have an additional image inside the post you need to remove that as the featured image is already there.

I tried to check the frontend of your website but it is under construction.

Please follow the steps below:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  3. Remove custom CSS and Javascript from the options and/or Child Theme and test the case.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

Hello Christopher,

I have gone through the steps you indicated. Theme X has just been installed on my dashboard by my webmaster so there shouldn’t be any version or plugin compatibility.

I will send you a secure note with my url/user/pass so that you can help me out further.

All of the existing articles were made using a free/basic wp theme (Truly Minimal).

Thank you for your help,

Hi There,

To remove the second image of your posts in the home page, please add this custom CSS under Theme Options > CSS:

.blog .entry-content.content img {
    display: none;
}

Hope it helps :slight_smile:

Hello Thai,

This worked out well.

Thank you for your help,

Hi @Kimamori,

Happy to hear that.

Feel free to ask us again.

Thanks.

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