'.$bizz_about_sbttl.''; } $bizz_about_more = get_theme_mod('about_more'); if( !empty( $bizz_about_more ) ){ $shwbizz_about_more .= '
'.$bizz_about_more.'
'; } echo '
'; $about_query = new WP_Query(array('page_id' => get_theme_mod('bizz_about_page'))); while( $about_query->have_posts() ) : $about_query->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.'
'; } echo '
'.$shwbizz_about_sbttl.'

'.get_the_title().'

'.get_the_excerpt().'

'.$shwbizz_about_more.'
'; endwhile; echo '
'; }