Support ForumFeature Image appearing in Post – Support Forum https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/feed Fri, 03 Jan 2025 06:01:19 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1301 <![CDATA[Feature Image appearing in Post]]> https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1301 Mon, 02 Dec 2013 07:37:57 +0000 emmaiybi Hi there,

When I upload a feature image to a post, it not only appears in the blog roll, it is also inserted in the top of the blog post.

How do I stop this?

Thanks :)

]]>
https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1302 <![CDATA[Reply To: Feature Image appearing in Post]]> https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1302 Mon, 02 Dec 2013 09:15:28 +0000 IshYoBoy Hi Emma,

This is correct. Each post uses the featured image to make it nicer exactly as in our live preview.

To update this you can simply update the post templates. Perfectly this could be done via child theme to avoid your changes being overwritten in future updates.

Locate the files "wp-content\themes\minicorp\content-post-*.php"

Now you can update their code not to display the image or alter it to your needs.
If you put them in the same place in the child theme as they are in the parent theme, they will be loaded from the child theme.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1304 <![CDATA[Reply To: Feature Image appearing in Post]]> https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1304 Tue, 03 Dec 2013 00:22:37 +0000 emmaiybi Thanks for the speedy response.

I’ve been trying to alter the files you suggested, but can’t find the right code to take out for this issue.

Could you please be more specific?

Thanks :)

]]>
https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1305 <![CDATA[Reply To: Feature Image appearing in Post]]> https://support.ishyoboy.com/forums/topic/feature-image-appearing-in-post/#post-1305 Tue, 03 Dec 2013 08:03:46 +0000 IshYoBoy Hi,

Sure.. You should be looking for post thumbnail. E.g. in content-post-standard.php it is this whole block:

The block inside the “!is_single()” branch is the image that displays in blog overview and the “else” branch is when the Single blog post is viewed.

If you feel unsure in what you are trying to modify we recommend asking a php/wp developer to adjust it for you.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>