From f7742c6564e5f4e49642024f79a833f795c6b444 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 19 Jul 2017 15:28:54 -0400 Subject: [PATCH] Update the book now url and breadcrumbs Breadcrumbs now better match flow from current site. Book now url only shows if book url is not empty --- lib/troutcreek-packages.php | 4 +++- sections/troutcreek-packages-single.php | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/troutcreek-packages.php b/lib/troutcreek-packages.php index 95d1130..6e2d0b8 100644 --- a/lib/troutcreek-packages.php +++ b/lib/troutcreek-packages.php @@ -194,7 +194,9 @@ function troutcreekPackagesShortcode( $atts )

>>View Details - Book Now + + Book Now + diff --git a/sections/troutcreek-packages-single.php b/sections/troutcreek-packages-single.php index 231f9cc..2668433 100644 --- a/sections/troutcreek-packages-single.php +++ b/sections/troutcreek-packages-single.php @@ -4,9 +4,11 @@
"; - bcn_display(); - echo "
"; + echo ''; } ?>
-- 2.17.1