Viewing File: /home/maglabs/lacentraleit/wp-content/themes/mlab/tmpl/template-fullwidth.php
<?php
/**
* Prevent direct access to this file
*/
defined( 'ABSPATH' ) or die();
/**
* Template Name: Page - Full Width
*/
?>
<?php get_header() ?>
<?php if ( have_posts() ): the_post(); ?>
<div class="content" role="main">
<?php the_content() ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages: ', 'mlab' ),
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
) );
?>
</div>
<!-- /.content -->
<?php mlab_comments_list() ?>
<?php endif ?>
<?php get_footer() ?>
Back to Directory
File Manager