From 7333b141895467acaebd297001e6e0b3503226c5 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 31 May 2026 15:24:13 +0000
Subject: [PATCH] =fixes to cover summary outputs, projects, and more
---
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