<?php if( 'yes' == $wp_query->show_loadmore ) : ?> <div class="row mt-40"> <?php echo ebor_load_more(); ?> </div> <?php endif;