slug : ''; $loop_featured = new WP_Query( array( 'category_name' => $cat_name, 'posts_per_page' => 2, )); $ids = array(); ?>
'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() ) : ?> have_posts() ) : $custom_query->the_post(); ?> max_num_pages > 1) : // custom pagination ?>