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/body-part.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/taxonomies/body-part.php b/taxonomies/body-part.php
index 77305df..51f0cdf 100644
--- a/taxonomies/body-part.php
+++ b/taxonomies/body-part.php
@@ -25,7 +25,7 @@
         ->setIcon('person')
         ->make([
             'rewrite'   => [
-                'slug'          => 'before-and-after/by/location',
+                'slug'          => 'before-and-after/by/body-part',
                 'with_front'    => false,
                 'hierarchical'  => true
             ],
@@ -37,6 +37,7 @@
         ->setAll([
             'show_directory',
             'show_feed',
+            'prefix_post_type'
         ]);
 
 //$directory = $bodyPart->getConfig('directory');

--
Gitblit v1.10.0