From 79cd3f78ff3043b190329fd74d830568d42bc965 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 22 Feb 2024 23:36:56 +0100 Subject: [PATCH] migrated os_ to xxp_ queries --- template-parts/section-featured.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-parts/section-featured.php b/template-parts/section-featured.php index 1487a05..3a125dd 100644 --- a/template-parts/section-featured.php +++ b/template-parts/section-featured.php @@ -31,7 +31,7 @@ 'posts_per_page' => '4', 'meta_query' => array( array( - 'key' => 'os_home_show', + 'key' => 'xxp_home_show', 'value'=> '1', ) )