From 11f29668ba55c9ef92865a1cfab3d76b25aef086 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 01 May 2026 17:28:13 +0000
Subject: [PATCH] =Basic setup. Still need to define fields and SEO settings for most content and taxonomies
---
taxonomies/_setup.php | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index d8d0c72..240b89e 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -20,7 +20,26 @@
* -> add use_in_stats (bool) to use the field in user statistics
*/
-require(AEI_DIR . '/taxonomies/flags.php');
+require(AEI_DIR . '/taxonomies/cities.php');
+require(AEI_DIR . '/taxonomies/shops.php');
+require(AEI_DIR . '/taxonomies/placements.php');
+require(AEI_DIR . '/taxonomies/styles.php');
+require(AEI_DIR . '/taxonomies/themes.php');
+require(AEI_DIR . '/taxonomies/colours.php');
+
+require(AEI_DIR . '/taxonomies/art-forms.php');
+require(AEI_DIR . '/taxonomies/artist-types.php');
+require(AEI_DIR . '/taxonomies/art-styles.php');
+require(AEI_DIR . '/taxonomies/art-themes.php');
+
+//require(AEI_DIR . '/taxonomies/news-types.php');
+
+require(AEI_DIR . '/taxonomies/offer-for.php');
+
+require(AEI_DIR . '/taxonomies/piercing-styles.php');
+require(AEI_DIR . '/taxonomies/piercing-placements.php');
+
+require(AEI_DIR . '/taxonomies/event-types.php');
//add_filter('jvb_taxonomy', 'aei_taxonomy');
//function aei_taxonomy():array
--
Gitblit v1.10.0