post_title;
$content_1 = $content_post_1->post_excerpt;
if($content_1 == ''){
$content_1 = wp_trim_words($content_post_1->post_content,10);
//$main_content1 = wp_trim_words($content_1,10);
}
$thumb_id1 = get_post_thumbnail_id($feature_post_1);
$bloger_img_src1 = wp_get_attachment_image_src( $thumb_id1, 'bloger_feature_post_thumb', false );
$post_link1 = get_permalink($feature_post_1);
?>
post_title;
$content_2 = $content_post_2->post_excerpt;
if($content_2 == ''){
$content_2 = wp_trim_words($content_post_2->post_content,10);
//$main_content2 = wp_trim_words($content_2,10);
}
$thumb_id2 = get_post_thumbnail_id($feature_post_2);
$bloger_img_src2 = wp_get_attachment_image_src( $thumb_id2, 'bloger_feature_post_thumb', false );
$post_link2 = get_permalink($feature_post_2);
?>
post_title;
$content_3 = $content_post_3->post_excerpt;
if($content_3 == ''){
$content_3 = wp_trim_words($content_post_3->post_content,10);
//$main_content3 = wp_trim_words($content_1,10);
}
$thumb_id3 = get_post_thumbnail_id($feature_post_3);
$bloger_img_src3 = wp_get_attachment_image_src( $thumb_id3, 'bloger_feature_post_thumb', false );
$post_link3 = get_permalink($feature_post_3);
?>