Beispiel #1
0
    the_title();
    ?>
</h1>

		<?php 
    Kotetsu::the_entry_meta();
    ?>

		<div class="entry-content">
			<?php 
    the_content();
    ?>
		<!-- end .entry-content --></div>

		<?php 
    Kotetsu::the_link_pages();
    ?>

		<?php 
    comments_template('', true);
    ?>
	</article>
	<?php 
}
?>
<!-- end #main --></main>

<?php 
get_sidebar();
?>
Beispiel #2
0
</a></h1>
				<div class="entry-summary">
					<?php 
    the_excerpt();
    ?>
				<!-- end .entry-summary --></div>
				<?php 
    Kotetsu::the_entry_meta();
    ?>
			<!-- end .entry-body --></div>
		</article>
		<?php 
}
?>
	<!-- end .entries --></div>

	<?php 
Kotetsu::pager();
?>
<!-- end #main --></main>

<?php 
get_sidebar();
?>

		<!-- end .row --></div>
	<!-- end col-12 --></div>
<!-- end .row --></div>

<?php 
get_footer();
Beispiel #3
0
    the_title();
    ?>
</h1>

		<div class="entry-content">
			<?php 
    the_content();
    ?>
		<!-- end .entry-content --></div>

		<?php 
    Kotetsu::the_link_pages();
    ?>

		<div class="hidden"><?php 
    Kotetsu::the_entry_meta();
    ?>
</div>
	</article>
	<?php 
}
?>
<!-- end #main --></main>

<?php 
get_sidebar();
?>

		<!-- end .row --></div>
	<!-- end col-12 --></div>
<!-- end .row --></div>
Beispiel #4
0
	<!-- end #contents --></div>
	<footer id="footer" class="row">
		<div class="col-12">

			<div class="footer-nav">
				<?php 
wp_nav_menu(array('theme_location' => 'footer-nav', 'depth' => 1));
?>
			<!-- end .footer-nav --></div>

			<div class="copyright">
				<p>
					<?php 
Kotetsu::the_copyright();
?>
				</p>
			<!-- end .copyright --></div>
		<!-- end .col-12 --></div>
	<!-- end #footer --></footer>
<!-- end #container --></div>
<?php 
wp_footer();
?>
</body>
</html>