Exemplo n.º 1
0
/**
 * Single page template
 *
 * @package wpv
 * @subpackage honeymoon
 */
get_header();
?>

<?php 
if (have_posts()) {
    the_post();
    ?>
	<div class="row page-wrapper">
		<?php 
    WpvTemplates::left_sidebar();
    ?>

		<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class(WpvTemplates::get_layout());
    ?>
>
			<?php 
    global $wpv_has_header_sidebars;
    if ($wpv_has_header_sidebars) {
        WpvTemplates::header_sidebars();
    }
    ?>