Sindbad~EG File Manager
<?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';
}
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(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h1>
<?php if ($hentry == 0) { mwp_meta_hidden(); } ?>
<div class="el-content<?php echo $content_entry; ?>">
<?php the_content(); ?>
</div>
</div>
<?php
endwhile;
endif;
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists