xmlns="http://www.w3.org/1999/xhtml"> >
'primary', 'menu' => 'primary', 'container' => 'nav', 'container_class' => 'cb-nav', 'menu_class' => 'menu' ); wp_nav_menu( $menuargs ); endif; ?>
'post','order' => 'DESC','post__in' => $posts_custom_ids_arr,'orderby' => 'post__in','posts_per_page' => $posts_num); else: $args = array('post_type' => 'post','orderby' => $post_orderby,'order' => 'DESC','posts_per_page' => $posts_num,'cat' => $posts_category); endif; $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : ?>