From d3825f1fa68d65c0c68290dc764d836d6a19e270 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 29 Jun 2016 14:26:26 -0400 Subject: [PATCH] reverting changes to shop page title name changing --- functions.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions.php b/functions.php index b4e02ad..e007824 100644 --- a/functions.php +++ b/functions.php @@ -159,12 +159,12 @@ function shareThis(){ } add_action( 'woocommerce_single_product_summary', 'shareThis', 20); -add_filter( 'woocommerce_page_title', 'woo_shop_page_title'); -function woo_shop_page_title( ) { - if ( is_shop()){ - return "All Tours"; - } -} +//add_filter( 'woocommerce_page_title', 'woo_shop_page_title'); +//function woo_shop_page_title( ) { +// if ( is_shop()){ +// return "All Tours"; +// } +//} add_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); /** -- 2.17.1