Forums
(@pgdurham)
10 years, 7 months ago
In index-homepage.php, replace
//get_template_part( 'content', get_post_format() ); great_post_box();
with
get_template_part( 'content', get_post_format() ); //great_post_box();
Just switch which part is commented out.