Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/includes/single/
Upload File :
Current File : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/includes/single/single-video.php

<?php 
/*
 * Security 	: blocking direct access
 * Source		: http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
get_header();

	$hentry 	= mwp_option('seo-hentry');
	$video_seo 	= mwp_option('video-seo');
	if ($hentry == 1) {
		$title_entry 	= '';
		$entry_content 	= '';
	} else {
		$title_entry 	= ' entry-title';
		$entry_content 	= ' entry-content';
	}
?>
<div class="content-bg">
	
	<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

	<?php if ($video_seo == 0 || $hentry == 0) { ?>
	<div class="hentry">
	<?php } ?>

		<?php if ($video_seo == 1) { ?>
		<div id="primary" itemscope itemtype="http://schema.org/VideoObject">
		<?php } ?>
		
			<?php mwp_display_breadcrumbs(); ?>

			<?php if ($video_seo == 1) { ?>
				<h1 class="title" itemprop="name"><?php the_title(); ?></h1>
			<?php } else { ?>
				<h1 class="title<?php echo $title_entry; ?>">
					<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
				</h1>
			<?php } ?>

			<?php 
			$second_title = get_post_meta($post->ID, 'title_post_seconde' , true);
			if (!empty($second_title)) {
				?><h2 class="title <?php echo mwp_csa_color(); ?>"><?php echo esc_html($second_title); ?></h2><?php
			} ?>

			<?php if (mwp_option('mobile-single-meta') == 1) {
				mwp_display_postmeta($post->ID);
			} ?>

			<?php mwp_single_ads_top(); ?>

			<div class="el-content entry-news<?php echo $entry_content; ?>">		
				<?php mwp_thumbnail_remove_jetpack_filter($post->ID); ?>
				<?php mwp_single_content($post->ID); ?>
				<?php if ($video_seo == 1) { mwp_video_schema(); } ?>
			</div>

			<?php mwp_single_ads_bottom(); ?>

			<?php mwp_wp_link_pages(); ?>

			<?php if (mwp_option('ads-below-np') <> "") { 
				echo '<div class="sad">';
					echo stripslashes(stripslashes(mwp_option('ads-below-np')));
				echo '</div><div class="clearfix"></div>'; 
			} ?>
			
			<?php mwp_single_buttons($post->ID); ?>
			
			<?php mwp_single_tags(); ?>
			
			<?php mwp_single_shortlink($post->ID); ?>

			<?php mwp_single_author_bio($authordata); ?>

			<?php mwp_single_links(); ?>

			<?php mwp_single_postquare(); ?>

		<?php if ($video_seo == 1) { ?>
		</div>
		<?php } ?>
		
	<?php if ($video_seo == 0 || $hentry == 0) { ?>
	</div>
	<?php } ?>
		
	<?php require( get_template_directory() . '/includes/related/simple.php' ); ?>

	<?php mwp_single_comments($post->ID); ?>

	<?php endwhile; endif; ?>
	
</div>
<?php
/*
 * Footer
 *
*/
get_footer();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists