I have featured images set up for posts but I only want them to show up on the homepage slider. How do you disable them from showing in the post?
Kendra
I also have this problem and would like to know how to remove it.
Paul.
Delete the following line in the content.php file:
[code]“>
<?php the_post_thumbnail( ‘single-thumb’ ); ?>
[/code]
problem solved
Delete the following lines in the content.php file:
\”>
<?php the_post_thumbnail( \’single-thumb\’ ); ?>
problem solved
Sorry I don’t know what is happening but the messages get all weird and I can’t delete them.
Delete in the content.php file the lines “colorbox” related
Worked like a charm. Thanks!