Advertisement
dreamling

psc-repeating-footer

Sep 11th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.13 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying the footer.
  4.  *
  5.  * Contains the closing of the #content div and all content after
  6.  *
  7.  * @package Pink Sugar Castle
  8.  */
  9. ?>
  10.  
  11.     </div><!-- #content -->
  12.  
  13.     <footer id="colophon" class="site-footer container" role="contentinfo">
  14.     <nav id="footer-navigation" class="footer-navigation" role="navigation">
  15.             <button class="menu-toggle"><?php _e( 'Footer Menu', 'uw-m-dcs' ); ?></button>
  16.             <?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
  17.         </nav><!-- #footer-navigation -->
  18.         <Br />
  19.         <div class="site-info">
  20.  
  21.         <div id="social-section">
  22.         <div class="footer-col"><h4>Subscribe to our blog</h4>
  23.             <ul>
  24.                 <li>Pastry chupa chups </li>
  25.                 <li>Sugar plum</li>
  26.                 <li>Jujubes halvah</li>
  27.             </ul>
  28.             <div class="social-button">
  29.                 <i class="dashicons dashicons-rss"></i>
  30.             </div>
  31.         </div>
  32.         <div class="footer-col"><h4>Find us on Facebook</h4>
  33.             <ul>
  34.                 <li>Pastry chupa chups </li>
  35.                 <li>Sugar plum</li>
  36.                 <li>Jujubes halvah</li>
  37.             </ul>
  38.                         <div class="social-button">
  39.                             <i class="dashicons dashicons-facebook"></i>
  40.             </div>
  41.         </div>
  42.         <div class="footer-col"><h4>Follow us on Twitter</h4>
  43.             <ul>
  44.                 <li>Pastry chupa chups </li>
  45.                 <li>Sugar plum</li>
  46.                 <li>Jujubes halvah</li>
  47.             </ul>
  48.                         <div class="social-button">
  49.                             <i class="dashicons dashicons-twitter"></i>
  50.             </div>
  51.         </div>
  52.     </div>
  53.     <br style="clear:both"/>
  54.     <br>
  55. <div id="final-info-footer">
  56.     <div class="site-logo-small"></div>Pink Sugar Castle<br/>
  57.  
  58.     <address>234 Gumdrop Lane | Inappropria, Zane | 608-555-5555</address>
  59.     <div class="copyright">
  60. (c) Copyright 2014. The Kingdom of Zane
  61.     <div class="social">
  62.         <ul>
  63.             <li><a href=""><i class="dashicons dashicons-facebook"></i></a></li>
  64.             <li><a href=""><i class="dashicons icon-linkedin-squared"></i></a></li>
  65.             <li><a href=""><i class="dashicons dashicons-twitter"></i></a></li>
  66.           <li><a href=""><i class="dashicons dashicons-googleplus"></i></a></li>
  67.             </ul>
  68.     </div>
  69.     </div>
  70.  
  71. </div>
  72.         </div><!-- .site-info -->
  73.  
  74.     </footer><!-- #colophon -->
  75. </div><!-- #page -->
  76.  
  77. <?php wp_footer(); ?>
  78.  
  79. </body>
  80. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement