• ' . __( 'A Professional Blog Theme', 'acmeblog' ) . '
    '; ?>
  • ' . __( 'Goto Appearance > Customize > Featured Section Options, for setting up feature slider and featured options', 'acmeblog' ) . '
    '; ?>
  • $acmeblog_feature_cat, 'posts_per_page' => $acmeblog_slider_number, 'no_found_rows' => true, 'post_status' => 'publish', 'post__not_in' => $sticky, 'ignore_sticky_posts' => true, ); $slider_query = new WP_Query( $acmeblog_cat_post_args ); if ( $slider_query->have_posts() ) : while ( $slider_query->have_posts() ) : $slider_query->the_post(); if ( has_post_thumbnail() ) { $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'medium' ); } else { $image_url[0] = get_template_directory_uri() . '/assets/img/no-image-690-400.jpg'; } ?>
  • 0', ' 1', ' %' ); ?>