I don't really like the way the small featured image looks when it appears above a post. Is there a way to disable this?
Thanks,
~Vago
I don't really like the way the small featured image looks when it appears above a post. Is there a way to disable this?
Thanks,
~Vago
Resolved by removing
$preview_image = kriesi_post_thumb($post->ID, array('size'=> array('M'),
'display_link' => array('lightbox'), // '_prev_image_link' or array('lightbox')
'linkurl' => array ('fullscreen','_preview_big'),
'wh' => $k_option['custom']['imgSize']['M']
));
from single.php
You must log in to post.