Current File : /home/pacjaorg/www/grants -mzee/wp-content/themes/attire/archive.php
<?php
/**
 * The template for displaying Archive pages.
 *
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
$page_header_active = AttireThemeEngine::NextGetOption( 'ph_active', false );
?>
    <div class="row">
		<?php AttireFramework::DynamicSidebars( 'left' ); ?>
        <div class="<?php AttireFramework::ContentAreaWidth(); ?> attire-post-and-comments">
            <?php if(!$page_header_active) { ?>
            <h1 class="archive-title">
				<?php the_archive_title(); ?>
            </h1>
            <?php } ?>
			<?php
			do_action( ATTIRE_THEME_PREFIX . 'before_contents' );

			get_template_part( 'loop', get_post_type() );

			do_action( ATTIRE_THEME_PREFIX . 'after_contents' );
			?>
        </div>
		<?php AttireFramework::DynamicSidebars( 'right' ); ?>
    </div>

<?php get_footer();

Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!