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: //proc/thread-self/root/proc/self/root/home/madepabj/gharana.pk/wp-content/themes/flex-mag/page.php
<?php get_header(); ?>
<div id="post-main-wrap" class="left relative" itemscope itemtype="http://schema.org/Article">
	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<div class="post-wrap-out1">
			<div class="post-wrap-in1">
				<div id="post-left-col" class="relative">
					<article id="post-area" <?php post_class(); ?>>
						<div id="post-header">
							<h1 class="post-title left" itemprop="name headline"><?php the_title(); ?></h1>
						</div><!--post-header-->
						<?php if (  (function_exists('has_post_thumbnail')) && (has_post_thumbnail())  ) { ?>
							<div id="post-feat-img" class="left relative">
								<?php $thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ''); ?>
								<img itemprop="image" src="<?php echo $thumb['0']; ?>" />
							</div><!--post-feat-img-->
						<?php } ?>
						<div id="content-area" itemprop="articleBody" <?php post_class(); ?>>
							<div id="content-main" class="left relative">
								<?php the_content(); ?>
								<?php wp_link_pages(); ?>
								<div class="posts-nav-link">
									<?php posts_nav_link(); ?>
								</div><!--posts-nav-link-->
								<?php if ( comments_open() ) { ?>
									<?php $disqus_id = get_option('mvp_disqus_id'); if ($disqus_id) { if (isset($disqus_id)) {  ?>
										<div id="comments-button" class="left relative comment-click com-but-click">
											<span class="comment-but-text"><?php comments_number(__( 'Click to comment', 'mvp-text'), __('Click to comment', 'mvp-text'), __('Click to comment', 'mvp-text'));?></span>
										</div><!--comments-button-->
										<?php $disqus_id2 = esc_html($disqus_id); mvp_disqus_embed($disqus_id2); ?>
									<?php } } else { ?>
										<?php $mvp_click_id = get_the_ID(); ?>
										<div id="comments-button" class="left relative comment-click com-but-click">
											<span class="comment-but-text"><?php comments_number(__( 'Click to comment', 'mvp-text'), __('1 Comment', 'mvp-text'), __('% Comments', 'mvp-text'));?></span>
										</div><!--comments-button-->
										<?php comments_template(); ?>
									<?php } ?>
								<?php } ?>
							</div><!--content-main-->
						</div><!--content-area-->
					</article>
				</div><!--post-left-col-->
			</div><!--post-wrap-in1-->
			<div id="post-right-col" class="relative">
				<?php get_sidebar(); ?>
			</div><!--post-right-col-->
		</div><!--post-wrap-out1-->
	<?php endwhile; endif; ?>
</div><!--post-main-wrap-->
<?php get_footer(); ?>