Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
taxonomies/theme.php
@@ -1,6 +1,6 @@
<?php
// /taxonomies/theme.php
function ajv_theme():array
function altr_theme():array
{
    return [
        'directory'    => 'Themes',
@@ -12,22 +12,31 @@
        ],
        'singular'     => 'Theme',
        'plural'       => 'Themes',
        'icon'         => 'hashtag',
        'favouritable' => true,
        'icon'         => 'hash',
        'show_feed'    => true,
        'approve_new'  => false,
        'rewrite'      => [
            'slug'         => 'themes',
            'slug'         => 'before-and-after/by/themes',
            'with_front'   => false,
            'hierarchical' => true,
        ],
        'hierarchical' => true,
        'for_content'  => [
            'art',
            'design',
            'development',
            'strategy',
            'writing',
            'progress',
        ],
        'seo' => [
            'meta' => [
                'title' => '{{term_name}} Tattoo Removal – Before & After Photos',
                'description' => 'Before and after photos of {{term_name}} tattoo removal by laser in Edmonton.',
            ],
            'schema' => [
                'type' => 'CollectionPage',
                'name' => '{{term_name}} Tattoo Removal Before & Afters',
                'description' => '{{term_description}}',
            ],
            'archive' => [
                'type' => 'CollectionPage',
                'name' => '{{term_name}} Tattoo Removal – Before & After Gallery',
            ],
        ],
        'fields'       => [
            'term_name'       => [