Current File : /home/pacjaorg/wpt.pacja.org/grants -mzee/wp-content/themes/wihelp/content-single.php |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="single-content">
<?php
/**
* Functions hooked in to wihelp_single_post_top action
*
*/
do_action('wihelp_single_post_top');
/**
* Functions hooked in to wihelp_single_post action
* @see wihelp_post_header - 10
* @see wihelp_post_thumbnail - 20
* @see wihelp_post_content - 30
*/
do_action('wihelp_single_post');
/**
* Functions hooked in to wihelp_single_post_bottom action
*
* @see wihelp_post_taxonomy - 5
* @see wihelp_post_nav - 10
* @see wihelp_display_comments - 20
*/
do_action('wihelp_single_post_bottom');
?>
</div>
</article><!-- #post-## -->