Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_tahouas/wp-content/themes/newsbt/
Upload File :
Current File : /var/www/html/wordpress_tahouas/wp-content/themes/newsbt/single.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');
	if ($hentry == 1) {
		$title_entry = '';
		$entry_content = '';
	} else {
		$title_entry = ' entry-title';
		$entry_content = ' entry-content';
	}
?>
<div id="content">
	<div class="content-width <?php echo mwp_csa_border_top(); ?>">
		<div class="post-elemnts">

			<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

				<?php if ($hentry == 0) { echo '<div class="hentry">'; } ?>

				<?php mwp_single_ads3(); ?>

				<div class="content-typography">

					<?php mwp_display_breadcrumbs(); ?>

					<h1 class="title <?php echo mwp_csa_color(); ?><?php echo $title_entry; ?>">
						<?php the_title(); ?>
						<a class="meta-hidden" href="<?php the_permalink(); ?>" rel="bookmark"></a>
					</h1>

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

					<?php if ($hentry == 0) { mwp_meta_hidden(); } ?>

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

					<?php mwp_single_ads4(); ?>

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

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

					<?php mwp_single_ads7_a(); ?>

					<div class="el-content entry-news<?php echo $entry_content; ?>">
						<?php mwp_thumbnail_remove_jetpack_filter($post->ID); ?>
						<?php mwp_authors_info($post->ID); ?>
						<?php mwp_single_content($post->ID); ?>
					</div>

					<?php mwp_single_ads7_b(); ?>

					<?php mwp_wp_link_pages(); ?>

					<?php if (mwp_option('ads-below-np') <> "" && mwp_is_paginated_post()) { 
						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(); ?>

					<div class="clearfix"></div>
				</div>

				<?php if ($hentry == 0) { echo '</div>'; } ?>

				<?php require( get_template_directory() . '/includes/related/simple.php' ); ?>

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

			<?php endwhile; endif; ?>
		</div>
		<div class="clearfix"></div>
	</div>
</div>
<?php
/*
 * Sidebar
 *
*/
mwp_single_sidebar(); 
/*
 * Footer
 *
*/
get_footer();

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