ThemeShaper Forums » Thematic

[closed]

Featured Image Preview Size?

(3 posts)
  • Started 12 years 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 12 years 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 12 years ago #
  3. Thanks!

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.