Hi again, just thought I’d ask again if anyone had any ideas? Thanks
i’m also wondering the same thing – any help is really appreciated!
sam
(@samfusion)
Try removing Featured Image function from function.php as well as single.php as well as page.php.
hi – can you please let me know what exactly the Featured Image line is? i’m having trouble locating it.
thanks very much.
i found something that worked … below link has the info:
http://www.onedesigns.com/support/topic.php?id=565
Also, make sure your post format is set as “Standard”
@Imbyford
Page not found
Can you tell here of how to hide featured image in post (Minimatica Theme)?
I was able to do it very easily by looking for the correct thing. All you need to do is delete this code from content.php.
<a class="colorbox" href="<?php $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); echo $thumbnail[0] ?>">
<?php the_post_thumbnail( 'single-thumb' ); ?>
</a>
That will do it.
very simple look for code <?php if( has_post_thumbnail() ) : ?> at single.php at your theme folder and cheat it by adding 0 it will become <?php if( has_post_thumbnail(0) ) : ?> haha 🙂 hay man tell me if not work with you.