Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
taxonomies/section.php
@@ -1,5 +1,5 @@
<?php
// /taxonomies/target.php
// /taxonomies/section.php
function altr_section():array
{
    return [
@@ -7,6 +7,7 @@
        'plural'       => 'Sections',
        'icon'         => 'folder',
        'show_feed'    => false,
        'show_directory'=> true,
        'rewrite'      => [
            'slug'         => 'faq',
            'with_front'   => false,
@@ -16,6 +17,22 @@
        'for_content'  => [
            'faq',
        ],
        'seo'   => [
            'meta'  => [
                'title'         => '{{term_name}} | FAQ',
                'description'   => '{{description}}'
            ],
            'schema' => [
                'type'      => 'FAQPage',
                'name'          => '{{term_name}} | FAQ',
                'description'   => '{{term_description}}',
            ],
            'archive' => [
                'type'          => 'FAQPage',
                'name'          => '{{term_name}} - Frequently Asked Questions',
                'description'   => '{{description}}',
            ]
        ],
        'fields'       => [
            'term_name' => [
                'label'     => 'Name',