badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Adding blog_image_large(); to static homepage

#3354
Sanjip Shah
Participant

@XavierC You will have to edit the code for this. You could just add the following code just after the attitude_theloop_for_template_blog_image_large function starts in the content_extensions.php file in line around 414.

if( have_posts() ) {
		while( have_posts() ) {
			the_post();
			the_content(); 
		}
	}

Also, please make the child theme to make this customization so that you won’t lose the changes when you update the parent theme.