Skip to content
wiki.fftac.org

wiki.fftac.org Authority Footer

**Site relevance:** Wiki.FFTAC.org

**Memory type:** theme source memory

**Source path:** Wiki.FFTAC.org/wp-content/themes/wiki-fftac-authority/footer.php

**Size:** 2.2 KB

Summary

Classic fallback footer.

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Classic fallback footer.
 *
 * @package AIWikisAuthority
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<footer class="aiwikis-site-footer">
	<div class="aiwikis-footer-inner">
		<div>
			<p><?php esc_html_e( 'wiki.fftac.org preserves reviewed long-term memory. Source sites remain authoritative for live public claims.', 'aiwikis-authority' ); ?></p>
		</div>
		<nav class="aiwikis-footer-nav aiwikis-footer-grid" aria-label="<?php esc_attr_e( 'Footer', 'aiwikis-authority' ); ?>">
			<div>
				<strong><?php esc_html_e( 'Memory', 'aiwikis-authority' ); ?></strong>
				<a href="<?php echo esc_url( home_url( '/start-here/' ) ); ?>"><?php esc_html_e( 'Start Here', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/search/' ) ); ?>"><?php esc_html_e( 'Search', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/memory/crawl-map/' ) ); ?>"><?php esc_html_e( 'Crawl Map', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/memory/sources/' ) ); ?>"><?php esc_html_e( 'Sources', 'aiwikis-authority' ); ?></a>
			</div>
			<div>
				<strong><?php esc_html_e( 'Source Sites', 'aiwikis-authority' ); ?></strong>
				<a href="https://2ia.org/">2IA.org</a>
				<a href="https://fftac.org/">FFTAC.org</a>
				<a href="https://anti-christ.net/">Anti-Christ.net</a>
				<a href="https://antichrist.net/">Antichrist.net</a>
				<a href="https://anti-christ.org/">Anti-Christ.org</a>
				<a href="https://spiralist.org/">Spiralist.org</a>
			</div>
			<div>
				<strong><?php esc_html_e( 'Operations', 'aiwikis-authority' ); ?></strong>
				<a href="<?php echo esc_url( home_url( '/wp-fftac-memory-and-site-structure/' ) ); ?>"><?php esc_html_e( 'Structure', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/for-ai-agents/' ) ); ?>"><?php esc_html_e( 'For AI Agents', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/workspace-current-state/' ) ); ?>"><?php esc_html_e( 'Runtime State', 'aiwikis-authority' ); ?></a>
				<a href="<?php echo esc_url( home_url( '/transfer-log/' ) ); ?>"><?php esc_html_e( 'Transfer Log', 'aiwikis-authority' ); ?></a>
			</div>
		</nav>
	</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>