Jake Vanderwerf
2026-02-10 1e981179fc999d873000683b869aef01284827af
taxonomies/theme.php
@@ -12,7 +12,7 @@
        ],
        'singular'     => 'Theme',
        'plural'       => 'Themes',
        'icon'         => 'hashtag',
        'icon'         => 'hash',
        'favouritable' => true,
        'show_feed'    => true,
        'approve_new'  => false,
@@ -29,6 +29,22 @@
            'strategy',
            'writing',
        ],
        'seo' => [
            'schema' => [
                'type' => 'DefinedTerm',
                'name' => '{{term_name}}',
                'description' => '{{description}}',
                'alternateName' => '{{alternate_name}}',
            ],
            'meta' => [
                'title' => '{{term_name}} | Themes',
                'description' => '{{description}}',
            ],
            'archive' => [
                'type' => 'CollectionPage',
                'name' => '{{term_name}} Projects',
            ],
        ],
        'fields'       => [
            'term_name'       => [
                'label'     => 'Name',