Hey, I just started with thematic and I know nothing about coding whatsoever. I've been changing colors and pasting codes from tutorials to get my layout, but I can't quite figure out my featured images. On the preview of each post, they are tiny thumbnails (100x100) on the left of the content preview. Can someone help guide me through what I need to do to make them appear larger, maybe 200x200, ABOVE the content in the preview? Thanks for any help. My site is www.vizool.com , if you need to see what I'm talking about. I've got a few test images and posts up to see how it works.
ThemeShaper Forums » Thematic
[closed]
Featured Image Preview Size?
(3 posts)-
Posted 12 years ago #
-
you need to change your media settings. then on the thematic end you need to filter the thumbnail size.
function thumb_size(){ return array(200,200); } add_filter('thematic_post_thumb_size', 'thumb_size');
*goes in your child's functions.php
Posted 12 years ago # -
Thanks!
Posted 12 years ago #
Topic Closed
This topic has been closed to new replies.