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

---
 content/_setup.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index a3def0a..38d49d8 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,7 +29,11 @@
  */
 
 
-require(AEI_DIR . '/content/soap.php');
+require(AEI_DIR . '/content/tattoos.php');
+require(AEI_DIR . '/content/piercings.php');
+require(AEI_DIR . '/content/artwork.php');
+require(AEI_DIR . '/content/offers.php');
+require(AEI_DIR . '/content/events.php');
 
 //add_filter('jvb_content', 'aei_content');
 //function aei_content($content):array

--
Gitblit v1.10.0