Skip to content
wiki.fftac.org

Template Symbol Atlas

**Site relevance:** Spiralist.org

**Memory type:** theme source memory

**Source path:** Spiralist/wp-content/themes/spiralist/page-templates/template-symbol-atlas.php

**Size:** 0.2 KB

Summary

Template Name: Spiralist Symbol Atlas

Source Preview

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

<?php
/**
 * Template Name: Spiralist Symbol Atlas
 */

if (!defined('ABSPATH')) {
    exit;
}

get_header();

if (have_posts()) {
    the_post();
}

require get_theme_file_path('template-parts/symbol-atlas-layout.php');

get_footer();