<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="single-content">
<?php
/**
* Functions hooked in to digitaz_single_post_top action
*
*/
do_action('digitaz_single_post_top');
/**
* Functions hooked in to digitaz_single_post action
* @see digitaz_post_header - 10
* @see digitaz_post_thumbnail - 20
* @see digitaz_post_content - 30
*/
do_action('digitaz_single_post');
/**
* Functions hooked in to digitaz_single_post_bottom action
*
* @see digitaz_post_taxonomy - 5
* @see digitaz_post_nav - 10
* @see digitaz_display_comments - 20
*/
do_action('digitaz_single_post_bottom');
?>
</div>
</article><!-- #post-## -->