From ffffc9114e35562c1bd9de9f8c80e3ebd9b5a2c9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 29 Jun 2016 14:22:34 -0400 Subject: [PATCH] changing experiences text to 'tours' --- functions.php | 2 +- js/app.js | 4 ++-- js/custom/pageSetup.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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'); }); -- 2.17.1