Jake Vanderwerf
4 hours ago a17c578433ef543e220697813a9367a260df83e1
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',
            ],