<div class="container-border"> <div class="gray-container" > <h1 class="content-title"><?php _e('Nothing Found', 'timeline'); ?> </h1> <p><?php _e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'timeline'); ?> </p> <p><?php echo get_search_form(); ?> </p> </div> </div> </div> </div> <?php } add_editor_style(); ?> <?php t_pagination($pages = '', $range = 1); ?> </div> <?php get_footer();
<div class="row"> <?php get_template_part('templates/content', get_post_format()); ?> </div> <?php } ?> <?php /** * Pagination */ if (function_exists('t_pagination')) { t_pagination(); } ?> <?php } else { // ELSE: if have_posts() /** If no content, include the "No posts found" template. */ get_template_part('templates/content', 'none'); } // END: if have_posts() ?> </div><?php // END: #content ?> </div><?php