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

#3380
XavierC
Member

thanks for the answer :

/****************************************************************************************/

if ( ! function_exists( 'attitude_theloop_for_template_blog_image_large' ) ) :

/**
 * Fuction to show the content of page template blog image large content.
 */
 
function attitude_theloop_for_template_blog_image_large() {
if( have_posts() ) {
		while( have_posts() ) {
			the_post();
			the_content(); 
		}
	}
	global $post;
	global $attitude_theme_options_settings;
	$options = $attitude_theme_options_settings;