| Server IP : 172.67.178.83 / Your IP : 216.73.217.141 Web Server : Apache System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64 User : corbizre ( 1013) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/corbizre/officespace4lease.com/wp-content/themes/sesame/ |
Upload File : |
<?php
/*
Template Name: FullWidth Page
*/
get_header();
?>
<section id="content" role="main" class="re-container-full-width">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php get_template_part('partials/title', '1'); ?>
<section class="re-entry-content">
<?php if (has_post_thumbnail()) {
the_post_thumbnail();
} ?>
<?php the_content(); ?>
<div class="re-entry-links clearfix"><?php wp_link_pages(); ?></div>
</section>
</article>
<?php if (!post_password_required()) comments_template('', true); ?>
<?php endwhile; endif; ?>
</section>
<?php get_footer(); ?>