From: Anthony Talarico Date: Wed, 29 Jun 2016 18:22:34 +0000 (-0400) Subject: changing experiences text to 'tours' X-Git-Tag: v1.0.0^2~70 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ffffc9114e35562c1bd9de9f8c80e3ebd9b5a2c9;p=WP-Themes%2Ffrancejourneys.git changing experiences text to 'tours' --- diff --git a/functions.php b/functions.php index e6cf51e..b7ca211 100644 --- a/functions.php +++ b/functions.php @@ -161,7 +161,7 @@ add_action( 'woocommerce_single_product_summary', 'shareThis', 20); add_filter( 'woocommerce_page_title', 'woo_shop_page_title'); function woo_shop_page_title( ) { - return "Experiences"; + return "All Tours"; } add_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); diff --git a/js/app.js b/js/app.js index 9c05caf..40b61a1 100644 --- a/js/app.js +++ b/js/app.js @@ -113,6 +113,6 @@ $(document).ready(function () { } // change breadcrumbs 'products' to 'experiences' - $(".post-product-archive").find('span').text('Experiences'); - $("[property=name]:contains('Products')").html('Experiences'); + $(".post-product-archive").find('span').text('Tours'); + $("[property=name]:contains('Products')").html('Tours'); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 981ede6..88518c5 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -104,6 +104,6 @@ $(document).ready(function () { } // change breadcrumbs 'products' to 'experiences' - $(".post-product-archive").find('span').text('Experiences'); - $("[property=name]:contains('Products')").html('Experiences'); + $(".post-product-archive").find('span').text('Tours'); + $("[property=name]:contains('Products')").html('Tours'); });