Changed action item text, enabled featured prod on all sidebars
authorLaury GvR <laury@gaslightmedia.com>
Tue, 6 Mar 2018 21:51:02 +0000 (16:51 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 6 Mar 2018 21:51:02 +0000 (16:51 -0500)
sections/front-page.php
sections/interior-page.php

index 0d0e6f6..e2d882e 100644 (file)
@@ -53,8 +53,8 @@
                                 <div id="action-items" class="small-11 small-centered  medium-10 columns">
                                     <div class="row">
                                         <div id="action-1" class="small-12 large-offset-1 large-3 columns text-center">
-                                            <a href="#"><h2>Gift</h2>
-                                            <h3>Certificates</h3></a>
+                                            <a href="<?php echo get_permalink( woocommerce_get_page_id( 'shop' ) );?>"><h2>Turkeyville</h2>
+                                                <h3>At Home</h3></a>
                                         </div>
                                         <div id="action-2" class="small-12 large-3 columns text-center">
                                             <a href="<?php echo get_permalink(165); ?>"><h2>Sign Up</h2>
index c26443b..f125a9e 100644 (file)
                                             <?php } ?>
                                         <?php } ?>
                                         <ul id="widgets">
-                                            <li class="widget widget_text" id="text-2">
-<!--                                                <h2 class="widgettitle">Gift Shop</h2>
+                                            <li class="widget" id="gift-shop">
+                                                <h2 class="widgettitle">Featured</h2>
                                                 <div class="textwidget">
-                                                    <?php // echo do_shortcode('[featured_products columns="1"]'); ?>
-                                                </div>-->
+                                                    <?php echo do_shortcode('[featured_products columns="1"]'); ?>
+                                                </div>
                                             </li>
                                             <?php if ( is_active_sidebar( 'interior' ) ) : ?>
                                                <?php dynamic_sidebar( 'interior' ); ?>
@@ -62,8 +62,8 @@
                                 <div id="action-items" class="small-11 small-centered  medium-10 columns">
                                     <div class="row">
                                         <div id="action-1" class="small-12 large-offset-1 large-3 columns text-center">
-                                            <a href="#"><h2>Gift</h2>
-                                                <h3>Certificates</h3></a>
+                                            <a href="<?php echo get_permalink( woocommerce_get_page_id( 'shop' ) );?>"><h2>Turkeyville</h2>
+                                                <h3>At Home</h3></a>
                                         </div>
                                         <div id="action-2" class="small-12 large-3 columns text-center">
                                             <a href="<?php echo get_permalink(165); ?>"><h2>Sign Up</h2>