From 5fe601cd1962dca79c0765a54ce864af5abb7d40 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:37:14 +0000
Subject: [PATCH] =test
---
temp.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/temp.php b/temp.php
index f2591b7..4c45f84 100644
--- a/temp.php
+++ b/temp.php
@@ -306,7 +306,7 @@
require(AJV_DIR . '/content/support.php');
require(AJV_DIR . '/content/writing.php');
-add_filter('jvb_content', 'ajv_content');
+//add_filter('the_content', 'ajv_content');
function ajv_content($content): array
{
return [
@@ -745,8 +745,9 @@
'quickEdit' => true,
],
'similar' => [
- 'type' => 'taxonomy',
- 'taxonomy_type' => 'reference',
+ 'type' => 'selector',
+ 'subtype' => 'taxonomy',
+ 'isReference' => true,
'taxonomy' => 'theme',
'label' => 'Similar Themes',
],
--
Gitblit v1.10.0