<article id="post-<?php the_ID(); ?>" <?php post_class('article-default'); ?>>
<div class="post-inner">
<?php digitaz_post_thumbnail('post-thumbnail',true); ?>
<div class="post-content">
<?php
/**
* Functions hooked in to digitaz_loop_post action.
*
* @see digitaz_post_header - 15
* @see digitaz_post_content - 30
*/
do_action('digitaz_loop_post');
?>
</div>
</div>
</article><!-- #post-## -->