'.get_the_title().'
';
$post_thumbnail_id = get_post_thumbnail_id( $post_ID );
$src = wp_get_attachment_image_src( $post_thumbnail_id, $image_size);
$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_categories($post_ID,$post_type);
$getInfoAboutAuthor = avova_get_author_info();
$dateMeta = ''.get_the_time(get_option('date_format'), $post_ID).'';
$authorHolder = ''. esc_html(get_the_author_meta('display_name')) .'';
$likeshare = '';
if(isset($avova_fn_option)){
$like = ''.avova_fn_like($post_ID,'return').'
';
$shareText = esc_html__('Share', 'avova');
$share = Frel_Helper::share_post($post_ID,$shareText);
$likeshare = ''.$like.$share.'
';
}
?>