>
0 ) : for ( $i = 1; $i <= $number_of_slider; $i++ ) { $slider_args[] = sprintf( '%s_%d', $slider_type, $i ); } endif; $sliders = bizbuzz_get_option( $slider_args ); // End of getting Slider Ids. if ( $number_of_slider > 0 ) : ?>

$post_type, 'post__in' => $post_ids, 'posts_per_page' => 3, 'orderby' => 'post__in', 'ignore_sticky_posts' => 1, ); $slider_post_query = new WP_Query( $slider_args ); if ( $slider_post_query->have_posts() ) : while ( $slider_post_query->have_posts() ) : $slider_post_query->the_post(); ?>

'false' ); $slider_options = apply_filters( 'bizbuzz_slick_slider_options', $slider_options ); foreach ( $slider_options as $k => $v ) { $option = sprintf( '%s:%s,', $k, $v ); } $option = rtrim( $option, ',' ); ?> ID, 'full' ); $url = apply_filters( 'bizbuzz_filter_header_image_url', $url, $post->ID ); ?>

'>', 'show_current' => 1, 'show_on_home' => 0, ); if ( is_home() || is_front_page() ) { if ( $args['show_on_home'] ) { ?>
'page', 'page_id' => $about_us_page, 'ignore_sticky_posts' => 1, ); $about_us = new WP_Query( $about_args ); if ( $about_us->have_posts() ) : while ( $about_us->have_posts() ) : $about_us->the_post(); ?>

6, 'no_found_rows' => true, 'post_type' => 'post', ); $homepage_latest_blog = new WP_Query( $query_args ); if ( $homepage_latest_blog->have_posts() ) : while ( $homepage_latest_blog->have_posts() ) : $homepage_latest_blog->the_post(); ?>

0 ) : $thumbnail_url = isset( $featured_post['thumbnail_url'] ) && ! empty( $featured_post['thumbnail_url'] ) ? $featured_post['thumbnail_url'] : sprintf( '%s/assets/images/default.jpg', get_template_directory_uri() ); ?>