Beispiel #1
0
get_header();
?>

		<div id="content-wrapper" class="wrapper clearfix">


		<ul class="grid" id="grid">

		<?php 
while (have_posts()) {
    the_post();
    get_template_part('inc/format/loop', get_post_format());
}
// end of the loop.
?>
	
		</ul>

		<?php 
matraman_lite_content_nav($pages = '', $range = 2);
?>



		</div><!-- content-wrapper -->



<?php 
get_footer();
Beispiel #2
0
<?php

if (is_singular()) {
    echo '<div class="navigation-single">';
    matraman_lite_content_nav('nav-below');
    echo '</div><!-- Navigation-Single -->';
}
matraman_lite_comment_checker();