$theme_options['slider_cat'], 'post_status' => 'publish', 'posts_per_page' => 5 ); } else{ $slider_args = array( 'post_status' => 'publish', 'posts_per_page' => 5 ); } $slider_query = new WP_Query( $slider_args ); if ( $slider_query->have_posts() ) : ?>
>

($theme_options['blog_Lite_autoslide']), 'animateOut' => ($theme_options['main_slider_effect']), )); } } add_action('wp_enqueue_scripts', 'blog_lite_load_owl_scripts');