';
$thumb = get_the_post_thumbnail(get_the_ID(), $avia_config['size']);
if($thumb) echo "
{$thumb}
";
echo '';
//display the actual post content
echo ' 'entry_content','echo'=>false)).'>';
the_content(__('Read more','avia_framework').'');
echo '
';
echo '';
do_action('ava_after_content', get_the_ID(), 'page');
?>