From: Laury GvR Date: Wed, 27 Feb 2019 21:08:43 +0000 (-0500) Subject: Remove the shop dropdown Categories title and Cart links X-Git-Tag: v1.0.0^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0243cdbc57f66b9c3fb2bcb19275bbb52a3e3301;p=WP-Themes%2Fgilmoremuseum2019.git Remove the shop dropdown Categories title and Cart links --- diff --git a/lib/menu-walker.php b/lib/menu-walker.php index bb7e7c9..dbef113 100644 --- a/lib/menu-walker.php +++ b/lib/menu-walker.php @@ -37,11 +37,13 @@ class Glm_Theme_Top_Bar_Walker extends Walker_Nav_Menu { global $woocommerce; $wooCategories = do_shortcode('[product_categories number="" orderby="name" order="asc" columns="1" hide_empty="0" parent="0" ids=""]'); $item_html .= ''; +
  • ' . $wooCategories . '
  • '; + + //
  • Categories
  • + //
  • ' . $wooCategories . '
  • + //
  • Cart
  • + //
  • Checkout
  • + //
  • My Account
  • '; }