HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/gamepointpk.com/wp-content/themes/groovy/page-templates/page-fullwidth.php
<?php /* Template Name: Fullwidth (no sidebar) */ ?>

<?php get_header(); ?>

<?php
$post_meta = get_post_meta( get_the_ID(), 'epcl_page_fullwidth', true );
?>
<!-- start: #page -->
<main id="page" class="main grid-container">
	<?php if(have_posts()): the_post(); ?>
		<!-- start: .center -->
	    <div id="single" class="center content fullcover">

        <?php if( has_post_thumbnail() ): ?>
                <div class="fullcover-wrapper featured-image cover epcl-loader bg-box">
                    <img data-src="<?php the_post_thumbnail_url('epcl_fullcover'); ?>" alt="<?php the_title(); ?>" class="lazy fullwidth">
                    <div class="info">
                        <?php if( !isset($post_meta['enable_title']) || (defined('EPCL_PLUGIN_PATH') && $post_meta['enable_title'] ) ): ?>   
                            <h1 class="title large bordered small-border-radius"><?php the_title(); ?></h1>
                        <?php endif; ?>
                    </div>
                </div>
            <?php endif; ?>      

	        <!-- start: .left-content -->
	        <div class="left-content np-mobile">
	            <article <?php post_class(); ?>>

	                <section class="post-content">
                        <?php if( !has_post_thumbnail() && !isset($post_meta['enable_title']) ): ?>
                            <h1 class="title large bordered inline-block"><?php the_title(); ?></h1>
                        <?php elseif( !has_post_thumbnail() && defined('EPCL_PLUGIN_PATH') && $post_meta['enable_title'] ): ?>   
                            <h1 class="title large bordered inline-block"><?php the_title(); ?></h1>
                        <?php endif; ?>
	                    <div class="text">
	                        <?php the_content(); ?>
	                    </div>
	                    <div class="clear"></div>
	                </section>

	            </article>
	        </div>
	        <!-- end: .content -->

	        <div class="clear"></div>

	    </div>
	    <!-- end: .center -->
    <?php endif; ?>
</main>
<!-- end: #page -->
<?php get_footer(); ?>