<?php /** * Template part for displaying a message that posts cannot be found. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Bold */ ?> <div class='o-grid'> <div class="o-grid__col o-grid__col--full"> <h3><?php esc_html_e( 'Nothing Found', 'bold' ); ?></h3> <?php get_template_part( 'template-parts/no-results' ); ?> </div> </div>