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

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


add_filter( 'mlab_body_class', 'mlab_projects_body_class' );
add_filter( 'mlab_sidebar_id', 'mlab_projects_sidebar' );
add_filter( 'mlab_sidebar_position', 'mlab_projects_sidebar_position' );
?>

	<?php get_header() ?>
		<?php if ( have_posts() ): ?>
			<?php get_template_part( 'tmpl/project/loop', mlab_option( 'projects__displayMode' ) ) ?>
		<?php else: ?>
			<div class="content">
				<?php get_template_part( 'tmpl/project/content', 'none' ) ?>
			</div>
		<?php endif ?>
	<?php get_footer(); ?>

Back to Directory File Manager