Content None
**Site relevance:** 2IA.org
**Memory type:** theme source memory
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/template-parts/content-none.php
**Size:** 1.1 KB
Summary
Reviewed source memory file preserved in the wiki archive.
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* No content template.
*
* @package TwoIA
*/
?>
<section class="no-results briefing-panel">
<p class="eyebrow"><?php esc_html_e( 'No matching files', 'two-identities-anonymous' ); ?></p>
<h2><?php esc_html_e( 'Nothing was found.', 'two-identities-anonymous' ); ?></h2>
<?php if ( is_search() ) : ?>
<p><?php esc_html_e( 'Try a broader search term or browse the research routes.', 'two-identities-anonymous' ); ?></p>
<form class="search-form search-form--inline" role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label class="screen-reader-text" for="none-search-field"><?php esc_html_e( 'Search', 'two-identities-anonymous' ); ?></label>
<input id="none-search-field" type="search" name="s" value="<?php echo esc_attr( get_search_query() ); ?>">
<button class="button button--primary" type="submit"><?php esc_html_e( 'Search', 'two-identities-anonymous' ); ?></button>
</form>
<?php else : ?>
<p><?php esc_html_e( 'The archive is ready. Add posts or use the optional draft seed content tool from Appearance.', 'two-identities-anonymous' ); ?></p>
<?php endif; ?>
</section>