<?php /** * Nothing found template. * * @package acora * @since acora 1.0 */ ?> <?php get_header(); ?> <div class="page-not-found no-results not-found posts-not-found fwd-hide table"> <div class="entry-content table-cell"> <p class="gif">Nothing found.</p> </div> </div> <?php get_footer(); ?>