diff --git a/theme/functions.php b/theme/functions.php
index 8ac4bd1..e53a22b 100644
--- a/theme/functions.php
+++ b/theme/functions.php
@@ -127,7 +127,7 @@ function rar_nav() {
['Shop', $shop_url],
['Designs', home_url('/designs/')],
['Mugs', home_url('/product-category/drinkware/')],
- ['Canvas', home_url('/product-category/wall-decor/')],
+ ['Wall Decor', home_url('/product-category/wall-decor/')],
['Planners', home_url('/product-category/stationery/')],
['Apparel', home_url('/product-category/apparel/')],
['The Memo', home_url('/the-memo/')],
@@ -162,8 +162,45 @@ function rar_nav() {
Cart ()
+
+
+
+
+
+ 'primary',
+ 'container' => false,
+ 'items_wrap' => '%3$s',
+ 'fallback_cb' => function() use ($shop_url) {
+ $links = [
+ ['Shop', $shop_url],
+ ['Designs', home_url('/designs/')],
+ ['Mugs', home_url('/product-category/drinkware/')],
+ ['Wall Decor', home_url('/product-category/wall-decor/')],
+ ['Planners', home_url('/product-category/stationery/')],
+ ['Apparel', home_url('/product-category/apparel/')],
+ ['The Memo', home_url('/the-memo/')],
+ ['About', home_url('/about/')],
+ ['Bulk / HR', home_url('/bulk/')],
+ ];
+ foreach ($links as [$label, $url]) {
+ echo '
' . esc_html($label) . '';
+ }
+ },
+ ]);
+ ?>
+
+ get_stock_quantity(); if ($stock_qty !== null): ?>
Stock
-
get_stock_quantity() ?? '—'); ?> units
+
units
+