<article id="post-<?php the_ID(); ?>" <?php post_class('article-default'); ?>>
<div class="post-inner">
<?php motiox_post_thumbnail('post-thumbnails', false); ?>
<div class="post-content">
<?php
/**
* Functions hooked in to motiox_loop_post action.
*
* @see motiox_post_header - 15
*/
do_action('motiox_loop_post');
?>
</div>
</div>
</article><!-- #post-## -->