$acmephoto_feature_page,
'posts_per_page' => $acmephoto_featured_slider_number,
'post_type' => 'page',
'no_found_rows' => true,
'post_status' => 'publish'
);
$slider_query = new WP_Query( $acmephoto_child_page_args );
if ( !$slider_query->have_posts() ){
$acmephoto_child_page_args = array(
'page_id' => $acmephoto_feature_page,
'posts_per_page' => $acmephoto_featured_slider_number,
'post_type' => 'page',
'no_found_rows' => true,
'post_status' => 'publish'
);
$slider_query = new WP_Query( $acmephoto_child_page_args );
}
/*The Loop*/
if ( $slider_query->have_posts() ):
$bg_image_style = '';
$bg_image_class = '';
if ( get_header_image() ) :
$bg_image_style .= 'background-image:url(' . get_header_image() . ');background-repeat:no-repeat;background-size:cover;background-attachment:fixed;';
$bg_image_class = ' at-parallax';
endif; // End header image check.
?>
have_posts() ):$slider_query->the_post();
?>
-