ThemeShaper Forums » Thematic

Featured Image Preview Size?

(3 posts)
  • Started 1 year ago by DigitalVideo
  • Latest reply from DigitalVideo
  • This topic is resolved
  1. 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.

    Posted 1 year ago #
  2. 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 1 year ago #
  3. Thanks!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.