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';
}
?>
<div id="content">
<div class="content-width content-typography <?php echo mwp_csa_border_top(); ?><?php echo $hentry_class; ?>">
<?php mwp_display_breadcrumbs(); ?>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<h1 class="title <?php echo mwp_csa_color(); ?><?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 heading-typography<?php echo $content_entry; ?>">
<?php the_content(); ?>
</div>
<?php mwp_wp_link_pages(); ?>
<?php mwp_single_comments($post->ID); ?>
<?php endwhile; ?>
<?php endif; ?>
<div class="clearfix"></div>
</div>
</div>
<?php
/*
* Hide Sidebar in Mobile and Tablet
*
*/
if(mwp_option('sidebar-hide-small') == 1) {
$device_hide = ' screen-l';
} else {
$device_hide = '';
} ?>
<div id="sidebar" class="sidebar stick-sidebar<?php echo esc_attr($device_hide); ?>">
<div class="theiaStickySidebar">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('page')) : else : ?>
<?php endif; ?>
</div>
</div>
<?php
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists