.

slug : ''; $loop_featured = new WP_Query( array( 'category_name' => $cat_name, 'posts_per_page' => 3, )); $ids = array(); while ( $loop_featured->have_posts() ) : $loop_featured->the_post(); $ids[] = get_the_ID(); get_template_part('content-featured'); endwhile; wp_reset_postdata(); ?>
'post', 'posts_per_page' => get_option('posts_per_page'), 'paged' => $paged, 'post_status' => 'publish', 'ignore_sticky_posts' => true, 'post__not_in' => $ids, 'category_name' => $cat_name, 'order' => 'DESC', 'orderby' => 'date' ); $custom_query = new WP_Query( $custom_query_args ); if ( $custom_query->have_posts() ) : ?>
'; while( $custom_query->have_posts() ) : $custom_query->the_post(); ?>
'; } $i++; endwhile; echo '
'; ?>
have_posts() ) : $custom_query->the_post(); ?> have_posts() ) : $custom_query->the_post(); ?> max_num_pages > 1) : // custom pagination ?>