'post',
'orderby' => 'date',
'order' => 'DESC',
'posts_per_page' => -1,
'ignore_sticky_posts' => 1,
'meta_query' => array(
array(
'key' => 'post_featured',
'value' => 'yes',
'compare' => 'LIKE'
)
),
)
);?>
have_posts()){?>
have_posts()):$blogim_loop->the_post();
$blogim_thumb = get_post_thumbnail_id();
$blogim_img_url = esc_url( wp_get_attachment_url( $blogim_thumb,'full') ); //get img URL
$blogim_img = aq_resize( $blogim_img_url, 451, 312, true,true,true ); //resize & crop img
?>