diff --git a/theme/functions.php b/theme/functions.php index 41c5ed8..8ac4bd1 100644 --- a/theme/functions.php +++ b/theme/functions.php @@ -126,9 +126,9 @@ function rar_nav() { $links = [ ['Shop', $shop_url], ['Designs', home_url('/designs/')], - ['Mugs', home_url('/product-category/mugs/')], - ['Canvas', home_url('/product-category/canvas/')], - ['Planners', home_url('/product-category/planners/')], + ['Mugs', home_url('/product-category/drinkware/')], + ['Canvas', 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/')],