Ejemplo n.º 1
0
<?php

get_header();
?>

	<main class="content">

		<?php 
WPGo_Hooks::wpgo_after_content_open();
?>

		<?php 
get_template_part('loops/loop', 'single-page');
?>

	</main><!-- .content -->

<?php 
get_footer();