|
Server : Apache System : Linux webm011.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : alfamiffjq ( 77889) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/alfamiffjq/www/alfamifwp/wp-content/themes/setto/templates/ | |
|
Path: /home/alfamiffjq/www/alfamifwp/wp-content/themes/setto/templates/template-page-full-width.php
Size: 476 B
Permissions: 0644
<?php
/**
Template Name:Page Full Width
*/
get_header();
?>
<div class="blog-content-wrap section-ptb">
<div class="container">
<div class="row left-wrap">
<div class="col-xl-12 col-lg-12 col-md-12 blog-grid-wrap">
<?php
the_post(); the_content();
if( $post->comment_status == 'open' ) {
comments_template( '', true ); // show comments
}
?>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>