Hi there – I’m using the featured image as an easy way to display author image next to posts:
http://sandfordawards.dandesigns.co.uk/blog/
I was wanting to:
1) know where the size of this is set / can be amanded and
2) how to strip it from the single-post template (OK, I could just use display: none – not ideal – but I’m curious that there’s no reference to ‘post-image’ anywhere in single.php so I’m presuming it’s very deeply hidden!)
thanks!
dan
Hi Dan!
Thank you for using the theme!
1.) I’m sorry but can you please elaborate the issue?
2.) You can find the post thumbnail code on loop-index.php, find this code on 165:
else if(strpos($blog_style, 'small') !== false)
{
$blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
}
Regards,
Ismael
Thanks for the reply Ismael – in short I was wondering about changing the size of this ‘post image’ type as it appears on this page
http://www.sandfordawards.org.uk/blog/
Currently it’s set to ‘small’ but could it be amended?
thanks
Dan