Decoding Theme Template

In the footer of my theme it has the following code:

<div class=”span-24″>
<div id=”footer”>
Copyright 2011-© <strong><?php bloginfo(‘name’); ?></strong> | Powered by <a href=”http://wordpress.org/”>WordPress</a>
</div>
</div>
</div>
<?php // This theme is released free for use under creative commons license. http://creativecommons.org/licenses/by/3.0/
// 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 ?>
<div id=”footer2″>New <a href=”http://www.ifreecellphones.com/”>Free AT&T Cell Phones</a> for Sale | Thanks to <a href=”http://www.thepiggybanker.com/credit-cards/”>Credit Card Offers</a>, <a href=”http://www.bankingzen.com/banks/”>Bank Reviews & Ratings</a> and <a href=”http://www.cheaper-loan.co.uk”>Cheap Loan</a></div>
</div>
<?php
wp_footer();
echo get_theme_option(“footer”) . “\n”;
?>
</body>
</html>

I would like to have the code removed so I can delete the external links.

I have attached the theme template. The above code is in the footer.php file.

Leave a Reply

Your email address will not be published. Required fields are marked *