'post', 'posts_per_page' => 3); /* $cryptocurrency_exchange_custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1; */ // Instantiate custom query $cryptocurrency_exchange_custom_query = new WP_Query( $cryptocurrency_exchange_custom_query_args ); // Fetch All Post if( $cryptocurrency_exchange_custom_query->have_posts()) { while ( $cryptocurrency_exchange_custom_query->have_posts()) : $cryptocurrency_exchange_custom_query->the_post(); //$cryptocurrency_exchange_post_id = get_the_ID(); //feature img url $cryptocurrency_exchange_url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'thumbnail' ); ?>