projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82441be
)
reverting changes to shop page title name changing
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:26:26 +0000
(14:26 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:26:26 +0000
(14:26 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
b4e02ad
..
e007824
100644
(file)
--- 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);
/**