>

'' ) ); ?> ', '' ); ?>


0)): $the_query = new WP_Query( 'cat='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); else: $the_query = new WP_Query( 'category_name='.$slug.'&post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged ); endif; /* Start the Loop */ while ( $the_query->have_posts() ) : $the_query->the_post(); global $more; $more=0; // more gets lost inside page templates get_template_part( 'content', get_post_format() ); endwhile; if($mantra_pagination=="Enable") mantra_pagination($the_query->max_num_pages); else mantra_content_nav( 'nav-below' ); ?>