have_posts() ) :
echo 'Featured Posts';
echo '
- ';
- ' . $post_image['output'] . '
while ( $custom_loop->have_posts() ) : $custom_loop->the_post();
$post_image = thesis_post_image_info('thumb');
echo '
';
endwhile;
wp_reset_query();
echo '
';
endif;
}
add_action('thesis_hook_after_post','custom_featured_posts');
?>
Forums