Skip to content
wiki.fftac.org

Sidebar

**Site relevance:** Anti-Christ.org

**Memory type:** theme source memory

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

**Size:** 0.3 KB

Summary

@package Antichrist Engine

Source Preview

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

<?php
/**
 * Sidebar template.
 *
 * @package Antichrist_Engine
 */

if (!is_active_sidebar('sidebar-1')) {
    return;
}
?>
<aside class="content-sidebar" aria-label="<?php esc_attr_e('Sidebar', 'antichrist-engine'); ?>">
    <?php dynamic_sidebar('sidebar-1'); ?>
</aside>