Front Page - Source Excerpt 01
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php
<?php
/**
* Front page template.
*
* @package Antichrist_Engine
*/
get_header();
$identity = antichrist_engine_foundation_identity();
$markers = antichrist_engine_foundation_institutional_markers();
$home_profile = antichrist_engine_foundation_document_profile('home');
$records = antichrist_engine_foundation_official_records();
$assurances = antichrist_engine_foundation_public_assurances();
$offices = antichrist_engine_foundation_operating_offices();
$publication_tracks = antichrist_engine_foundation_publication_tracks();
$pillars = antichrist_engine_foundation_pillars();
$principles = antichrist_engine_foundation_principles();
$positioning = antichrist_engine_foundation_philosophy_positioning();
$commitments = antichrist_engine_foundation_moral_commitments();
$method_questions = antichrist_engine_foundation_moral_method_questions();
$boundaries = antichrist_engine_foundation_boundaries();
$priorities = antichrist_engine_foundation_program_priorities();
$home_surface = antichrist_engine_foundation_home_surface_copy();
$research_surface = $home_surface['research'];
$interpretive_surface = $home_surface['interpretive_labs'];
$research_briefings = array_slice(antichrist_engine_foundation_executive_briefings(), 0, 3);
$research_claims = antichrist_engine_foundation_claim_dossiers();
$research_timeline = antichrist_engine_foundation_antichrist_timeline();
$projection_ledger = antichrist_engine_foundation_get_projection_ledger_entries();
$projection_preview = array_slice($projection_ledger, 0, 4);
$text_reading_routes = antichrist_engine_foundation_textual_reading_routes();
$text_route_preview = array_slice($text_reading_routes, 0, 2);
$text_case_files = antichrist_engine_foundation_textual_case_files();
$symbol_lexicon = antichrist_engine_foundation_symbol_lexicon();
$symbol_preview = array_slice($symbol_lexicon, 0, 3);
$review_notice_log = antichrist_engine_foundation_get_review_notice_register();
$review_notice_preview = array_slice($review_notice_log, 0, 3);
$community_programs = antichrist_engine_foundation_community_programs();
$first_visit_routes = antichrist_engine_foundation_first_visit_routes();
$reader_profiles = antichrist_engine_foundation_reader_profiles();
$launch_routes = antichrist_engine_foundation_launch_desk_routes();
$download_packets = antichrist_engine_foundation_download_briefing_packets();
$publication_empty_routes = antichrist_engine_foundation_publication_empty_state_routes();
$briefing_packet_preview = array_slice($download_packets, 0, 3);
$research_command_copy = antichrist_engine_foundation_research_command_copy();
$research_command_presets = antichrist_engine_foundation_research_command_presets();
$claim_filters = antichrist_engine_foundation_get_claim_categories();
$claim_verdicts = antichrist_engine_foundation_claim_verdicts();
$claim_verdict_filters = antichrist_engine_foundation_get_claim_verdict_keys();
$timeline_filters = antichrist_engine_foundation_get_timeline_categories();
$page_definitions = antichrist_engine_foundation_page_definitions();
$publication_series = antichrist_engine_foundation_publication_series();
$algorithmic_series = $publication_series['algorithmic-eschatology'] ?? array();
$launch_priorities = antichrist_engine_foundation_editorial_launch_priorities();
$manifesto_url = antichrist_engine_foundation_get_page_url('manifesto');
$charter_url = antichrist_engine_foundation_get_page_url('charter');
$philosophy_url = antichrist_engine_foundation_get_page_url('philosophy');
$research_url = antichrist_engine_foundation_get_page_url('research');
$recovery_url = antichrist_engine_foundation_get_page_url('recovery');
$standards_url = antichrist_engine_foundation_get_page_url('standards');
$ai_engine_url = antichrist_engine_foundation_get_page_url('ai_engine');
$review_notice_url = antichrist_engine_foundation_get_page_url('review_notices');
$texts_url = antichrist_engine_foundation_get_page_url('texts');
$symbols_url = antichrist_engine_foundation_get_page_url('symbols');
$join_url = antichrist_engine_foundation_get_page_url('join');
$journal_url = antichrist_engine_foundation_get_journal_url();
$membership_url = function_exists('antichrist_engine_membership_get_page_url')
? antichrist_engine_membership_get_page_url('portal')
: $join_url;
$published_count = antichrist_engine_foundation_get_publication_count();
$has_publications = $published_count > 0;
$official_files = count($page_definitions) - count($pillars);
$timeline_labels = array(
'textual' => __('Texts', 'antichrist-engine'),
'empire' => __('Empire', 'antichrist-engine'),
'church' => __('Church', 'antichrist-engine'),
'authoritarian'=> __('Authoritarian', 'antichrist-engine'),
'technology' => __('Technology', 'antichrist-engine'),
'algorithmic' => __('Algorithmic', 'antichrist-engine'),
);
$claim_labels = array(
'texts' => __('Texts', 'antichrist-engine'),
'prophecy' => __('Prophecy', 'antichrist-engine'),
'technology' => __('Technology', 'antichrist-engine'),
'power' => __('Power', 'antichrist-engine'),
'church' => __('Church', 'antichrist-engine'),
'institutions' => __('Institutions', 'antichrist-engine'),
'algorithmic' => __('Algorithmic', 'antichrist-engine'),
);
$institutional_metrics = array(
array(
'label' => __('Official files', 'antichrist-engine'),
'value' => number_format_i18n($official_files),
'summary' => __('Provisioned canonical and public reference pages maintained by the theme.', 'antichrist-engine'),
),
array(
'label' => __('Research pillars', 'antichrist-engine'),
'value' => number_format_i18n(count($pillars)),
'summary' => __('Core analytical frames guiding doctrine, interpretation, and research development.', 'antichrist-engine'),
),
array(
'label' => __('Operating offices', 'antichrist-engine'),
'value' => number_format_i18n(count($offices)),
'summary' => __('Public-facing directorates responsible for governance, research, and publication.', 'antichrist-engine'),
),
array(
'label' => __('Review notices', 'antichrist-engine'),
'value' => number_format_i18n(count($review_notice_log)),
'summary' => __('Baseline, queued, and staged notices that keep canonical change visible before launch.', 'antichrist-engine'),
),
);
if ($has_publications) {
$institutional_metrics[] = array(
'label' => __('Journal publications', 'antichrist-engine'),
'value' => number_format_i18n($published_count),
'summary' => __('Released essays and transmissions currently preserved in the public archive.', 'antichrist-engine'),
);
}
$front_page_query = new WP_Query(antichrist_engine_foundation_get_publication_query_args(array(
'posts_per_page' => 3,
)));
?>
<section class="hero hero--foundation hero--front">
<div class="container hero__grid hero__grid--foundation">
<div class="hero__content">
<p class="eyebrow"><?php echo esc_html($identity['domain']); ?></p>
<p class="hero__dossier"><?php echo esc_html($identity['designation']); ?> / <?php echo esc_html($home_profile['record_id']); ?> / <?php echo esc_html($identity['edition']); ?></p>
<h1><?php echo esc_html($identity['name']); ?></h1>
<p class="hero__lead"><?php echo esc_html($identity['strapline']); ?></p>
<p><?php echo esc_html($identity['hero_lead']); ?></p>
<ul class="hero__meta" aria-label="<?php esc_attr_e('Institutional summary', 'antichrist-engine'); ?>">
<li>
<span><?php esc_html_e('Classification', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html($home_profile['classification']); ?></strong>
</li>
<li>
<span><?php esc_html_e('Status', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html($identity['status']); ?></strong>
</li>
<li>
<span><?php esc_html_e('Access', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html($home_profile['access']); ?></strong>
</li>
</ul>
<div class="hero__actions">
<a class="button" href="<?php echo esc_url($ai_engine_url); ?>"><?php esc_html_e('Enter the AI Engine', 'antichrist-engine'); ?></a>
<a class="button" href="<?php echo esc_url($manifesto_url); ?>"><?php esc_html_e('Read the Manifesto', 'antichrist-engine'); ?></a>