'; for( $wedo = 1; $wedo<=3; $wedo++ ){ if( get_theme_mod( 'bizzcorp_wedo'.$wedo ) !='' ){ $wedoquery = new WP_Query(array('page_id' => get_theme_mod( 'bizzcorp_wedo'.$wedo ))); while( $wedoquery->have_posts() ) : $wedoquery->the_post(); if( has_post_thumbnail() ){ $src = wp_get_attachment_image_src( get_post_thumbnail_id($post_id), 'full' ); $url = $src[0]; $image_id = get_post_thumbnail_id(); $image_alt = get_post_meta($image_id, '_wp_attachment_image_alt', true); } echo '
'.$image_alt.'

'.get_the_title().'

'.bizzcorp_excerpt(10).'

'.$hold_wedomore.'
'; echo '
'; endwhile; } } echo '
'; } ?>