Skip to content
wiki.fftac.org

Template Sitemap - Part 02

Back to Template Sitemap

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

<li><a href="<?php echo esc_url($journal_url); ?>"><?php esc_html_e('Journal', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url($downloads_url); ?>"><?php esc_html_e('Downloads', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url($xml_sitemap_url); ?>"><?php esc_html_e('XML Sitemap', 'antichrist-engine'); ?></a></li>
                </ul>
                <p class="membership-form__hint"><?php esc_html_e('Use the header Research Navigator for quick jumps. Use this page when you want the whole governed structure in one file.', 'antichrist-engine'); ?></p>
            </article>

            <article class="card foundation-panel foundation-panel--compact">
                <p class="eyebrow"><?php esc_html_e('Governance Links', 'antichrist-engine'); ?></p>
                <ul class="membership-links">
                    <?php foreach ($footer_aux_links as $link) : ?>
                        <li><a href="<?php echo esc_url($link['url']); ?>"><?php echo esc_html($link['label']); ?></a></li>
                    <?php endforeach; ?>
                </ul>
            </article>
        </aside>
    </div>
</section>
<?php
get_footer();