Skip to content
wiki.fftac.org

Template Archive Hub

**Site relevance:** Antichrist.net

**Memory type:** theme source memory

**Source path:** Antichrist.net/wp-content/themes/antichrist-net/templates/template-archive-hub.php

**Size:** 1.7 KB

Summary

Template Name: Archive Hub

Source Preview

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

<?php
/**
 * Template Name: Archive Hub
 * Template Post Type: page
 *
 * @package AntichristNet
 */
get_header();
?>
<main id="primary" class="site-main container page-layout archive-template">
	<?php acn_breadcrumbs(); ?>
	<?php while ( have_posts() ) : the_post(); ?>
		<header class="page-header narrow">
			<p class="kicker"><?php esc_html_e( 'Archive', 'antichrist-net' ); ?></p>
			<h1><?php the_title(); ?></h1>
			<p><?php esc_html_e( 'Legacy material belongs in an annotated archive with provenance, warnings, selective indexing, and editorial context.', 'antichrist-net' ); ?></p>
		</header>
		<div class="entry-content narrow"><?php the_content(); ?></div>
		<section class="section-band">
			<header class="section-header"><h2><?php esc_html_e( 'Archive workflow', 'antichrist-net' ); ?></h2></header>
			<ol class="process-list">
				<li><strong><?php esc_html_e( 'Inventory', 'antichrist-net' ); ?></strong> <?php esc_html_e( 'Locate PDFs, tools, images, old pages, and external links.', 'antichrist-net' ); ?></li>
				<li><strong><?php esc_html_e( 'Classify', 'antichrist-net' ); ?></strong> <?php esc_html_e( 'Keep, annotate, noindex, redirect, or remove based on risk and value.', 'antichrist-net' ); ?></li>
				<li><strong><?php esc_html_e( 'Annotate', 'antichrist-net' ); ?></strong> <?php esc_html_e( 'Add dates, edition notes, author notes, content warnings, and commentary.', 'antichrist-net' ); ?></li>
				<li><strong><?php esc_html_e( 'Publish', 'antichrist-net' ); ?></strong> <?php esc_html_e( 'Expose safe HTML-first pages with accessible text and controlled downloads.', 'antichrist-net' ); ?></li>
			</ol>
		</section>
	<?php endwhile; ?>
</main>
<?php get_footer(); ?>