';
$thumb_id = get_post_thumbnail_id();
$thumb_url_array = wp_get_attachment_image_src($thumb_id, 'thumbnail', true);
$thumb_url = $thumb_url_array[0];
$contenthtml.= '
';
$contenthtml.= '
';
}
$contenthtml.= '';
$contenthtml.= '
'.get_the_title().'';
if( $ampforwp_show_excerpt == 'yes' ) {
if( has_excerpt() ) {
$content = get_the_excerpt();
} else {
$content = get_the_content();
}
$contenthtml.= '
'.wp_trim_words( strip_tags( strip_shortcodes( $content ) ) , '15' ).'
';
}
$contenthtml.= '
';
$contenthtml.= '