From 627056f72e761c1386e4ab4d72207008d9330a5e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 22:22:25 +0000
Subject: [PATCH] =Cleaner base

---
 taxonomies/theme.php |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/taxonomies/theme.php b/taxonomies/theme.php
index 9c8583c..408fdad 100644
--- a/taxonomies/theme.php
+++ b/taxonomies/theme.php
@@ -1,6 +1,6 @@
 <?php
 // /taxonomies/theme.php
-function ajv_theme():array
+function altr_theme():array
 {
     return [
         'directory'    => 'Themes',
@@ -12,10 +12,8 @@
         ],
         'singular'     => 'Theme',
         'plural'       => 'Themes',
-        'icon'         => 'hashtag',
-        'favouritable' => true,
+        'icon'         => 'hash',
         'show_feed'    => true,
-        'approve_new'  => false,
         'rewrite'      => [
             'slug'         => 'themes',
             'with_front'   => false,
@@ -23,11 +21,7 @@
         ],
         'hierarchical' => true,
         'for_content'  => [
-            'art',
-            'design',
-            'development',
-            'strategy',
-            'writing',
+            'progress',
         ],
         'fields'       => [
             'term_name'       => [

--
Gitblit v1.10.0