function feature_thumbs() { if (is_home()) { global $post; $image = get_post_meta($post->ID, 'thesis_post_image'); if ($image) echo ''; } } add_action('thesis_hook_before_post','feature_thumbs');