'post',
'posts_per_page' => 5,
'category__in' => $bitcoinee_category,
);
$bitcoinee_slides = new WP_Query( $args );
if( $bitcoinee_slides->have_posts() ) : ?>
have_posts() ) : $bitcoinee_slides->the_post();
$attachment_id = get_post_thumbnail_id();
$image_attributes = wp_get_attachment_image_src( $attachment_id,'large' ); ?>