ID ) ) {
// Let's check the image.
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'page' );
// If it is bigger or equal to 920 in width, let's skip this post
if ( $image[1] >= 920 )
continue;
}
?>
Get started here.', 'blissful-blog' ), admin_url( 'post-new.php' ) ); ?>