Current File : /home/pacjaorg/www/grants -mzee/wp-content/themes/wihelp/page.php |
<?php
get_header(); ?>
<div id="primary">
<main id="main" class="site-main">
<?php
while ( have_posts() ) :
the_post();
do_action( 'wihelp_page_before' );
get_template_part( 'content', 'page' );
/**
* Functions hooked in to wihelp_page_after action
*
* @see wihelp_display_comments - 10
*/
do_action( 'wihelp_page_after' );
endwhile; // End of the loop.
?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
//do_action( 'wihelp_sidebar' );
get_footer();