Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/
Upload File :
Current File : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/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) {
		$hentry_class 	= '';
		$title_entry 	= '';
		$content_entry 	= '';
	} else {
		$hentry_class 	= ' hentry';
		$title_entry 	= ' entry-title';
		$content_entry 	= ' entry-content';
	}
	
	?>
	<div class="content-bg">
	
		<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

		<div class="<?php echo $hentry_class; ?>">

			<?php mwp_display_breadcrumbs(); ?>

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

			<?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_attr($second_title); ?></h2><?php
			} ?>
			
			<?php if ($hentry == 0) { mwp_meta_hidden(); } ?>

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

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

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

			<?php mwp_single_ads_top(); ?>

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

			<?php mwp_single_ads_bottom(); ?>

			<?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>

		<?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