'.get_the_title().'
';
}
$post_thumbnail_id = get_post_thumbnail_id( $post_ID );
$src = wp_get_attachment_image_src( $post_thumbnail_id, 'full');
$image_URL = '';
$has_image = 0;
if(isset($src[0])){
$image_URL = $src[0];
}
if($image_URL != ''){
$has_image = 1;
}
$callBack = avova_fn_callback_thumbs(12,7);
$category_box = avova_fn_get_category_info($post_ID,$post_type, 999);
$getInfoAboutAuthor = avova_get_author_info();
$dateMeta = ''.get_the_time(get_option('date_format'), $post_ID).'';
$authorHolder = ''. esc_html(get_the_author_meta('display_name')) .'';
?>