'.$advwelmore.''; } echo '
'; if(get_theme_mod('welcome_page') != '') { $welcome_query = new WP_Query(array('page_id' => get_theme_mod('welcome_page'))); while( $welcome_query->have_posts() ) : $welcome_query->the_post(); echo '
'; 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 '

'.get_the_title().'

'.get_the_excerpt().'

'.$shwadvwelmore.'
'; endwhile; } echo '
'; } }