I added static conent to the sidebar
authorIan Weller <ian@gaslightmedia.com>
Wed, 14 Sep 2016 18:57:04 +0000 (14:57 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 14 Sep 2016 18:57:04 +0000 (14:57 -0400)
I added the feature business as static content to the sidebar.  It still
needs styling.

sidebar.php

index 3df8622..60d80b7 100644 (file)
@@ -1,5 +1,12 @@
                         <div class="row">
                             <div class="small-12 columns">
+                                <div id="feature-business">
+                                    <h5>Featured business</h5>
+                                    <img src="<?php bloginfo('template_url');?>/assets/sample-image-featured-business.png">
+                                    <h6>Name of Business</h6>
+                                    <p>Qui cupta apero tet onveni nonua tana dignis aut ha rum vel ipnimi.</p>
+                                    <a href="#">find out more...</a>
+                                </div>
                                 <?php if ( is_active_sidebar( 'r-sidebar' ) ) : ?>
                                     <?php dynamic_sidebar( 'r-sidebar' ); ?>
                                 <?php endif; ?>