Current File : /home/pacjaorg/wpt.pacja.org/grants -mzee/wp-content/themes/attire/page.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
/**
 * The template for displaying all pages
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages and that
 * other 'pages' on your WordPress site will use a different template.
 */

get_header();
 
?>
    <div class="row">
		<?php
		AttireFramework::DynamicSidebars( 'left' );
		do_action( ATTIRE_THEME_PREFIX . "before_main_content_area" );
		?>

        <div class="<?php AttireFramework::ContentAreaWidth(); ?> attire-post-and-comments">
            <div id="single-page-<?php the_ID(); ?>" class="single-page">

				<?php while ( have_posts() ): the_post(); ?>

                    <div <?php post_class( 'post' ); ?>>
                        <div class="clear"></div>
						<?php do_action( "attire_before_content" ); ?>
                        <div class="entry-content">
							<?php the_post_thumbnail(); ?>
							<?php the_content(); ?>
                            <div class="clear"></div>
                        </div>
						<?php wp_link_pages(); ?>
						<?php do_action( "attire_after_content" ); ?>
                    </div>
                    <?php if(comments_open()){ ?>
                        <div class=" mx_comments">
                            <div class="">
                                <?php comments_template(); ?>
                            </div>
                        </div>
                    <?php } ?>

				<?php endwhile; ?>

            </div>
        </div>

		<?php
		do_action( ATTIRE_THEME_PREFIX . "after_main_content_area" );
		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!