From 1027291d3af570aab2de3aeb779759b15fe3d3ec Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 30 Sep 2025 04:59:58 +0000
Subject: [PATCH] Initial Setup

---
 taxonomies/theme.php |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/taxonomies/theme.php b/taxonomies/theme.php
index 9c8583c..64c6807 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',
@@ -13,9 +13,7 @@
         'singular'     => 'Theme',
         'plural'       => 'Themes',
         'icon'         => 'hashtag',
-        'favouritable' => true,
         '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