Content None
**Site relevance:** FFTAC.org
**Memory type:** theme source memory
**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/template-parts/content-none.php
**Size:** 0.6 KB
Summary
Template part shown when no posts are found.
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Template part shown when no posts are found.
*
* @package FFTAC_Who_We_Are
*/
?>
<section class="no-results not-found">
<p class="archive-kicker"><?php esc_html_e( 'Nothing found', 'fftac-who-we-are' ); ?></p>
<h1 class="archive-title"><?php esc_html_e( 'No entries are available yet.', 'fftac-who-we-are' ); ?></h1>
<p class="archive-description"><?php esc_html_e( 'Try a different search, or begin building the archive with pages for doctrine, history, claim review, and community rules.', 'fftac-who-we-are' ); ?></p>
<?php get_search_form(); ?>
</section>