Slider Image 1
Slider Image 1 Content
Slider Image 1 Content
Slider Image 2 Content
';
//Get the first image in page, returns false if there is no image
$automobile_first_image = automobile_get_first_image( $post->ID, 'automobileslider', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'attached-page-image' ) );
//Set value of image as first image if there is an image present in the page
if ( '' != $automobile_first_image ) {
$automobile_image = $automobile_first_image;
}
$automobile_page_slider .= '
'. $automobile_image .'
';
}
$automobile_page_slider .= '
'. $excerpt.'