xmlns="http://www.w3.org/1999/xhtml"> >
'primary', 'menu' => 'primary', 'container' => 'nav', 'container_class' => 'cb-nav', 'menu_class' => 'menu' ); wp_nav_menu( $menuargs ); else: _e('Set Primary menu by going to Appearance > Menus','cleanblogg'); endif; ?>
'post', 'orderby' => $post_orderby, 'order' => 'DESC', 'posts_per_page'=> $posts_num, ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : ?>