Skip to content
wiki.fftac.org

Twoia Intelligence 404

**Site relevance:** 2IA.org

**Memory type:** theme source memory

**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/404.php

**Size:** 1.2 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
/**
 * 404 template.
 *
 * @package TwoIA
 */

get_header();
?>
<section class="section section--error">
	<div class="error-panel briefing-panel">
		<p class="eyebrow"><?php esc_html_e( 'Signal lost / 404', 'two-identities-anonymous' ); ?></p>
		<h1><?php esc_html_e( 'This file is not in the archive.', 'two-identities-anonymous' ); ?></h1>
		<p><?php esc_html_e( 'The page may have moved, been renamed, or never existed. Search the research archive or return to the front page.', '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="error-search-field"><?php esc_html_e( 'Search', 'two-identities-anonymous' ); ?></label>
			<input id="error-search-field" type="search" name="s" placeholder="<?php esc_attr_e( 'Search the archive', 'two-identities-anonymous' ); ?>">
			<button class="button button--primary" type="submit"><?php esc_html_e( 'Search', 'two-identities-anonymous' ); ?></button>
		</form>
		<a class="button button--ghost" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Return home', 'two-identities-anonymous' ); ?></a>
	</div>
</section>
<?php
get_footer();