Footer :
- <div class="span-24">
- <div id="footer">Copyright © <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - <?php bloginfo('description'); ?></div>
- <?php // This theme is released free for use under creative commons licence.
- // All links in the footer should remain intact.
- // These links are all family friendly and will not hurt your site in any way.
- // Warning! Your site may stop working if these links are edited or deleted
- // You can buy this theme without footer links online at ?>
- <div id="footer2">Powered by "><strong>WordPress</strong></a> | Designed by: Themes</a> | Thanks to <a Themes Gallery</a>, <a ">Free WordPress 4 Themes</a></div>
- </div>
- </div>
- </div>
- <?php
- wp_footer();
- echo get_theme_option("footer") . "\n";
- ?>
- </body>
- </html>