From: Anthony Talarico Date: Wed, 29 Jun 2016 18:41:22 +0000 (-0400) Subject: removing jquery to change shop page title X-Git-Tag: v1.0.0^2~67 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9b8ac916706c85c4b139c9b96cff314bfe358346;p=WP-Themes%2Ffrancejourneys.git removing jquery to change shop page title --- diff --git a/functions.php b/functions.php index e007824..d431813 100644 --- a/functions.php +++ b/functions.php @@ -159,12 +159,6 @@ 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_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); /**