'; if( get_theme_mod( 'bizzcorp_intro' ) !='' ){ echo '
'; $introquery = new WP_Query(array('page_id' => get_theme_mod( 'bizzcorp_intro' ))); while( $introquery->have_posts() ) : $introquery->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); } if( !empty( $getintrobtn ) ){ $hold_intromore = ''; } echo '
'.$image_alt.'
'; echo '

'.$getintrosbttl.'

'.get_the_title().'

'.get_the_excerpt().'

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