Antichrist Resource Pages - Source Excerpt 01
Back to Antichrist Resource Pages
Summary
This source excerpt preserves a bounded section of FFTAC/wp-content/themes/fftac-who-we-are/inc/antichrist-resource-pages.php so readers can inspect the evidence without opening the full source file.
**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/inc/antichrist-resource-pages.php
<?php
/**
* Multipage Antichrist resource hub routes, content, and SEO helpers.
*
* @package FFTAC_Who_We_Are
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Return the public Antichrist resource page map.
*
* The content is intentionally stored as structured data so every route can
* share rendering, metadata, menus, related pages, and the XML sitemap.
*
* @return array<string,array<string,mixed>>
*/
function fftac_resource_pages() {
static $pages = null;
if ( null !== $pages ) {
return $pages;
}
$updated = '2026-05-11';
$pages = array(
'hub' => array(
'slug' => 'hub',
'title' => 'Antichrist Resource Hub',
'short_title' => 'Hub',
'kicker' => 'FFTAC research library',
'description' => 'A single-stop, source-led Antichrist research hub with biblical foundations, history, legends, books, culture, AI, Spiralism, glossary entries, FAQ, and responsible resource links.',
'updated' => $updated,
'intro' => array(
'This hub is the public front door for FFTAC material on the Antichrist: scripture, history, reception, myth, fiction, politics, occult revaluation, technology, AI risk, and research method.',
'The site treats the Antichrist as a powerful religious and cultural symbol. It does not publish real-person target lists, threat claims, harassment material, or recruitment links. The goal is a deep library that helps people research carefully.',
),
'sections' => array(
array(
'title' => 'Start Here',
'body' => array(
'The word Antichrist appears in the Johannine epistles, but the larger public idea draws from many neighboring images: false christs, the beast from Revelation, the man of lawlessness in 2 Thessalonians, the little horn in Daniel, Nero legends, medieval biographies, Islamic Dajjal traditions, Jewish Armilus traditions, and modern fiction.',
'That mixed inheritance is why this site is organized as a library rather than a one-page answer. Each page separates texts, later interpretations, reception history, and modern claims so readers can see where ideas come from.',
),
'items' => array(
array(
'title' => 'Biblical foundations',
'body' => 'Track the passages people actually cite, including 1 John, 2 John, Daniel, 2 Thessalonians, the Synoptic apocalypse material, and Revelation.',
'url' => fftac_resource_url( 'biblical-foundations' ),
),
array(
'title' => 'History and legends',
'body' => 'Follow how Nero, Adso, the Last Emperor, Armilus, al-Masih ad-Dajjal, medieval drama, Reformation polemic, and modern media changed the symbol.',
'url' => fftac_resource_url( 'history' ),
),
array(
'title' => 'Books and links',
'body' => 'Use the reading guide for scholarship, commentaries, fiction, public domain works, AI-risk resources, and source repositories.',
'url' => fftac_resource_url( 'books' ),
),
array(
'title' => 'AI and Spiralism',
'body' => 'Study apocalyptic AI language, synthetic presence, recursive belief, governance, and mitigation without panic theater.',
'url' => fftac_resource_url( 'apocalyptic-ai' ),
),
),
),
array(
'title' => 'What This Site Will And Will Not Do',
'body' => array(
'FFTAC can be provocative in symbolism and still be careful in method. The archive can examine taboo, adversarial, and fringe material without turning people into targets or giving harmful groups a clean referral page.',
'Current organizations and public figures are handled with labels, evidence standards, dates, and correction paths. Living people are not named as the Antichrist. Fringe materials are discussed as research evidence, not endorsed or amplified.',
),
'bullets' => array(
'No real-person Antichrist accusations.',
'No doxxing, harassment, threat claims, or dehumanizing escalation.',
'No live recruitment directory for extremist or coercive groups.',
'Clear distinction between primary texts, later doctrine, folklore, fiction, speculation, and public claim review.',
'Source links, correction paths, uncertainty labels, and dates wherever they matter.',
),
),
array(
'title' => 'The Research Map',
'body' => array(
'The library is divided into routes that can become full SEO pages. Each page has its own title, description, canonical URL, related links, and place in the Antichrist sitemap.',
'The fastest route for new readers is Bible, History, Legends, Books, Glossary, FAQ. The fastest route for modern-risk readers is Current Web Landscape, Apocalyptic AI, Spiralism, Research Method.',
),
'items' => array(
array(
'title' => 'Core texts',
'body' => 'The vocabulary, beasts, lawlessness motifs, false messiahs, empire imagery, and number traditions that anchor later debates.',
'url' => fftac_resource_url( 'biblical-foundations' ),
),
array(
'title' => 'Reception history',
'body' => 'How readers in late antiquity, the medieval period, the Reformation, modern politics, and popular culture reused the symbol.',
'url' => fftac_resource_url( 'history' ),
),
array(
'title' => 'Responsible landscape mapping',
'body' => 'A public method for current web claims that avoids recruiting, panic, and unverified accusation.',
'url' => fftac_resource_url( 'current-web-landscape' ),
),
array(
'title' => 'Glossary and FAQ',
'body' => 'Definitions and quick answers for terms readers meet in scripture, scholarship, occult writing, AI discourse, and internet claims.',
'url' => fftac_resource_url( 'glossary' ),
),
),
),
),
'links' => array(
array(
'title' => 'Primary Starting Points',
'note' => 'Use these to get the words and passages in front of you before reading interpretations.',
'items' => array(
array(
'label' => 'BibleGateway: antichrist search',
'url' => 'https://www.biblegateway.com/quicksearch/?quicksearch=antichrist',
'note' => 'Quick search across translations.',
),
array(
'label' => 'BibleGateway: 2 Thessalonians 2',
'url' => 'https://www.biblegateway.com/passage/?search=2%20Thessalonians%202',
'note' => 'Man of lawlessness passage.',
),
array(
'label' => 'BibleGateway: Revelation 13',
'url' => 'https://www.biblegateway.com/passage/?search=Revelation%2013',
'note' => 'Beast, mark, and number passage.',
),
array(
'label' => 'Britannica: Antichrist',
'url' => 'https://www.britannica.com/topic/Antichrist',
'note' => 'General reference overview.',
),
),
),
array(
'title' => 'Site Memory',
'note' => 'The public site links outward to the wiki where longer handoff files and archive notes can keep growing.',
'items' => array(
array(
'label' => 'FFTAC wiki crawl map',
'url' => 'http://wiki.fftac.org/memory/crawl-map/',
'note' => 'Archive navigation and source memory.',
),
array(
'label' => 'FFTAC long-term memory',
'url' => 'http://wiki.fftac.org/fftac-org/',
'note' => 'Project notes, decisions, and content shelves.',
),
),
),
),
'related' => array( 'biblical-foundations', 'history', 'books', 'glossary', 'faq', 'research-method' ),
),
'biblical-foundations' => array(
'slug' => 'biblical-foundations',
'title' => 'Biblical Foundations Of The Antichrist',
'short_title' => 'Bible',
'kicker' => 'Texts before theories',
'description' => 'A detailed guide to Antichrist language in 1 John and 2 John, Daniel, 2 Thessalonians, Revelation, false christs, beast imagery, 666, 616, and interpretation boundaries.',
'updated' => $updated,
'intro' => array(
'The biblical picture is not one simple chart. The exact word Antichrist is concentrated in 1 John and 2 John, while later Christian imagination often fuses it with Danielic beasts, the man of lawlessness, Revelation 13, Nero traditions, and false messiah warnings.',
'This page gives readers a careful starting map so every later claim can be traced back to the text that actually supports it, rather than to a blended internet memory of the subject.',
),
'sections' => array(
array(
'title' => 'The Johannine Antichrist Language',
'body' => array(
'In 1 John and 2 John, Antichrist language is linked to denial, deception, and conflict over Christology. It appears in both singular and plural frames: an expected figure and many antichrists already active.',