, "columnWidth": ".grid-item", "percentPosition": true }'> '; print_r($post); echo '';*/ $image_size = $atts['image_size']; $pic_text=$post['caption']['text']; $pic_link=$post['link']; $pic_like_count=$post['likes']['count']; $pic_comment_count=$post['comments']['count']; $pic_src=str_replace("http://", "https://", $post['images'][$image_size]['url']); $pic_created_time=date("F j, Y", $post['caption']['created_time']); $pic_created_time=date("F j, Y", strtotime($pic_created_time . " +1 days")); //Image Listing Start echo "
"; echo ""; echo '
'; echo "Advanced Instagram Carousel"; echo "

"."{$pic_text}".$atts['after_caption']."

"; echo '
'; echo ''.$pic_like_count.'  '.$pic_comment_count; echo '
'; echo '
'; echo "
"; echo "
"; //Image Listing End } ?>