From 0c7832a19276fddd5bdb98134ae237dd3a397708 Mon Sep 17 00:00:00 2001 From: Patski123 Date: Sun, 3 May 2026 02:13:45 +0000 Subject: [PATCH] fix: coming-soon filter + use /the-memo/ for blog nav links --- theme/functions.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/theme/functions.php b/theme/functions.php index b2cdc3b..41c5ed8 100644 --- a/theme/functions.php +++ b/theme/functions.php @@ -130,7 +130,7 @@ function rar_nav() { ['Canvas', home_url('/product-category/canvas/')], ['Planners', home_url('/product-category/planners/')], ['Apparel', home_url('/product-category/apparel/')], - ['The Memo', home_url('/blog/')], + ['The Memo', home_url('/the-memo/')], ['About', home_url('/about/')], ]; foreach ($links as [$label, $url]) { @@ -210,7 +210,7 @@ function rar_footer_content() {