From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there
---
taxonomies/theme.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/taxonomies/theme.php b/taxonomies/theme.php
index 8b7ec64..39e1ac3 100644
--- a/taxonomies/theme.php
+++ b/taxonomies/theme.php
@@ -24,7 +24,7 @@
->setIcon('hash')
->make([
'rewrite' => [
- 'slug' => 'before-and-after/by/themes',
+ 'slug' => 'before-and-after/by/theme',
'with_front' => false,
'hierarchical' => true
],
@@ -37,6 +37,7 @@
->setAll([
'show_directory',
'show_feed',
+ 'prefix_post_type',
]);
//$directory = $theme->getConfig('directory');
--
Gitblit v1.10.0