Thumbnails Next To Article Titles


Author Message
David

Posted: 1/18/2011
Quote message 

In reference to the thumbnail image next to my DJ Oakstream blog post here ---> http://david.hatpit.com


How do I remove that so it doesn't show anymore?

I think it looks a little silly to have a thumbnail of your first post image next to the title when it isn't needed.

Can someone help?
 
Garry

Posted: 1/18/2011
Quote message 

Try un-checking: Featured Image-> "Use auto thumbnails" from Appearance-> theme options from your Wordpress admin.
 
David

Posted: 1/19/2011
Quote message 

Hi Garry,

I tried your suggestion... actually I've tried it several times under theme options but this does not remove the thumbnails.

Could this possibly be a bug in the 3.0 beta software?
 
Garry

Posted: 1/21/2011
Quote message 

You should contact Artisteer support with your CMS username/password.
 
Clippy

Posted: 1/22/2011
Quote message 

Fear not, it's an easy fix!

Open your index.php file.

Find
'thumbnail' => art_get_post_thumbnail(),

Change it to
//'thumbnail' => art_get_post_thumbnail(),

All you're doing is adding the //

and you're good to go!
 
Clippy

Posted: 1/22/2011
Quote message 

By the way, the "Auto Thumbnails" option simply makes the first image in the post the featured thumbnail - it's not an option to disable thumbnail display. (Would be a nice feature, though.)
 
David

Posted: 1/22/2011
Quote message 

Quote Clippy:

Fear not, it's an easy fix!

Open your index.php file.

Find
'thumbnail' => art_get_post_thumbnail(),

Change it to
//'thumbnail' => art_get_post_thumbnail(),

All you're doing is adding the //

and you're good to go!


Hi Clippy THANK YOU!!!!

That was a very easy and beautiful fix. I appreciate that so much.

I'm sure the auto-thumbnail feature might come in handy in some cases, but you are right there should be a built in option to disable that when it's not wanted.

Thank you so much for your help.
 
ShadyEgypt

Posted: 5/28/2012
Quote message 

new update :-)

- Find
'post_thumbnail' => art_get_post_thumbnail(),

in fuction.php (in your theme you made by Artisteer)

change to
//'post_thumbnail' => art_get_post_thumbnail(),

 
Monica

Posted: 5/2/2017
Quote message 

For themes you design with Artisteer version 4.3+, in wordpress, go to appearance/ theme options/ Use featured image as thumbnail = disabled (do not click yes). This seems to remove the thumbnail to appear in the post page.

Keep 'Use Auto Thumbnails' = enabled, this will still make the 1st image on the post the thumbnail i your excerpt.