Skip to content
wiki.fftac.org

Antichrist Engine Header - Source Excerpt 02

Back to Antichrist Engine Header

Summary

This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/header.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/header.php

placeholder="<?php esc_attr_e('Try "verified research", "AI engine", or "Gospel of Thomas"', 'antichrist-engine'); ?>"
                            autocomplete="off"
                            role="combobox"
                            aria-autocomplete="list"
                            aria-expanded="false"
                            aria-controls="site-navigator-results"
                            data-navigator-input
                        >
                        <a class="site-navigator__full-link" href="<?php echo esc_url(antichrist_engine_foundation_get_search_url(get_search_query())); ?>" data-navigator-full-results>
                            <?php esc_html_e('Open full search results', 'antichrist-engine'); ?>
                        </a>
                    </div>
                    <div class="site-navigator__meta">
                        <p class="site-navigator__count" data-navigator-count><?php esc_html_e('Showing curated paths across the site.', 'antichrist-engine'); ?></p>
                        <p class="site-navigator__shortcut"><?php esc_html_e('Keyboard: Ctrl + K to open, Esc to close', 'antichrist-engine'); ?></p>
                    </div>
                    <ul id="site-navigator-results" class="site-navigator__results" role="listbox" data-navigator-results>
                        <?php foreach ($navigator_items as $index => $item) : ?>
                            <li>
                                <a
                                    id="<?php echo esc_attr('site-navigator-option-' . ($index + 1)); ?>"
                                    class="site-navigator__result"
                                    href="<?php echo esc_url($item['url']); ?>"
                                    role="option"
                                    aria-selected="false"
                                    data-navigator-option
                                >
                                    <span class="site-navigator__result-meta"><?php echo esc_html($item['group'] . ' / ' . $item['type']); ?></span>
                                    <strong><?php echo esc_html($item['title']); ?></strong>
                                    <span><?php echo esc_html($item['summary']); ?></span>
                                </a>
                            </li>
                        <?php endforeach; ?>
                    </ul>
                    <p class="site-navigator__empty" data-navigator-empty hidden><?php esc_html_e('No direct navigator matches yet. Open the full search results to scan everything WordPress found.', 'antichrist-engine'); ?></p>
                </div>
            </div>
        </div>
    <?php endif; ?>
    <?php if (count($breadcrumb_items) > 1) : ?>
        <div class="site-breadcrumbs-wrap">
            <div class="container">
                <?php antichrist_engine_foundation_render_breadcrumbs($breadcrumb_items); ?>
            </div>
        </div>
    <?php endif; ?>
    <main id="content" class="site-main">