>
$post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) );
if ( $images ) {
$image = array_shift( $images );
$image = wp_get_attachment_image_src( $image->ID, 'mixfolio-featured-thumbnail' );
echo '
';
$entry_class = 'hide';
}
else {
echo '
';
}
}
?>