HEX
Server: Apache
System: Linux iad1-shared-b8-22 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_7uh9vd (6523960)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/dh_7uh9vd/lifeofcanada.com/wp-content/themes/zox-news/page.php
<?php get_header(); ?>
<article id="mvp-article-wrap" <?php post_class(); ?> itemscope itemtype="http://schema.org/NewsArticle">
	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<div id="mvp-article-cont" class="left relative">
			<div class="mvp-main-box">
				<div id="mvp-post-main" class="left relative">
					<header id="mvp-post-head" class="left relative">
						<h1 class="mvp-post-title left entry-title" itemprop="headline"><?php the_title(); ?></h1>
					</header>
					<div class="mvp-post-main-out left relative">
						<div class="mvp-post-main-in">
							<div id="mvp-post-content" class="left relative">
								<div id="mvp-content-wrap" class="left relative">
									<div class="mvp-post-soc-out right relative">
										<?php $socialbox = get_option('mvp_social_box'); if ($socialbox == "true") { ?>
											<?php $socialbox = get_option('mvp_social_box'); if ($socialbox == "true") { ?>
												<?php if ( function_exists( 'mvp_SocialSharing' ) ) { ?>
													<?php mvp_SocialSharing(); ?>
												<?php } ?>
											<?php } ?>
										<?php } ?>
										<div class="mvp-post-soc-in">
											<div id="mvp-content-body" class="left-relative">
												<div id="mvp-content-main" class="left relative">
													<?php the_content(); ?>
													<?php wp_link_pages(); ?>
												</div><!--mvp-content-main-->
												<div id="mvp-content-bot" class="left relative">
													<div class="mvp-org-wrap" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
														<div class="mvp-org-logo" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
															<?php if(get_option('mvp_logo')) { ?>
																<img src="<?php echo esc_url(get_option('mvp_logo')); ?>"/>
																<meta itemprop="url" content="<?php echo esc_url(get_option('mvp_logo')); ?>">
															<?php } else { ?>
																<img src="<?php echo get_template_directory_uri(); ?>/images/logos/logo-nav.png" alt="<?php bloginfo( 'name' ); ?>" />
																<meta itemprop="url" content="<?php echo get_template_directory_uri(); ?>/images/logos/logo-nav.png">
															<?php } ?>
														</div><!--mvp-org-logo-->
														<meta itemprop="name" content="<?php bloginfo( 'name' ); ?>">
													</div><!--mvp-org-wrap-->
													<?php if ( comments_open() ) { ?>
														<?php $disqus_id = get_option('mvp_disqus_id'); if ($disqus_id) { if (isset($disqus_id)) {  ?>
															<div id="mvp-comments-button" class="left relative mvp-com-click">
																<span class="mvp-comment-but-text"><?php comments_number(__( 'Comments', 'zox-news'), esc_html__('Comments', 'zox-news'), esc_html__('Comments', 'zox-news')); ?></span>
															</div><!--mvp-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="mvp-comments-button" class="left relative mvp-com-click">
																<span class="mvp-comment-but-text"><?php comments_number(__( 'Click to comment', 'zox-news'), esc_html__('1 Comment', 'zox-news'), esc_html__('% Comments', 'zox-news'));?></span>
															</div><!--mvp-comments-button-->
															<?php comments_template(); ?>
														<?php } ?>
													<?php } ?>
												</div><!--mvp-content-bot-->
											</div><!--mvp-content-body-->
										</div><!--mvp-post-soc-in-->
									</div><!--mvp-post-soc-out-->
								</div><!--mvp-content-wrap-->
							</div><!--mvp-post-content-->
						</div><!--mvp-post-main-in-->
						<?php get_sidebar(); ?>
					</div><!--mvp-post-main-out-->
				</div><!--mvp-post-main-->
			</div><!--mvp-main-box-->
		</div><!--mvp-article-cont-->
	<?php endwhile; endif; ?>
</article><!--mvp-article-wrap-->
<?php get_footer(); ?>