Viewing File: /home/maglabs/lacentraleit/wp-content/themes/mlab/author.php

<?php
defined( 'ABSPATH' ) or die();

add_filter( 'mlab_body_class', 'mlab_blog_body_class' );
add_filter( 'mlab_sidebar_id', 'mlab_blog_sidebar' );
add_filter( 'mlab_sidebar_position', 'mlab_blog_sidebar_position' );
?>

<?php get_header() ?>
<?php if ( have_posts() ): ?>
	<?php get_template_part( 'tmpl/post/content-author' ) ?>
	<?php get_template_part( 'tmpl/post/loop', mlab_option( 'blog__archive__style' ) ) ?>
	<?php else: ?>

		<?php get_template_part( 'tmpl/post/content', 'none' ) ?>
	<?php endif ?>
	<?php get_footer() ?>
Back to Directory File Manager