<?php /** * Template part for displaying the Ajax load more posts button. * * @package Bold */ ?> <?php if ( get_next_posts_link() ) : ?> <div class='o-grid__col o-grid__col--full u-text-center'> <div class='c-ajax-pagination'> <button class='c-btn js-load-posts'><?php esc_html_e('Load More', 'bold'); ?></button> </div> </div> <?php endif; ?>