Edit Footer On WordPress Theme

I got a free theme of a WordPress design. When I try to remove their affiliate links in the footer, it disables the entire site. The blog now shows this:

“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. This great theme is brought to you for free by these supporters.”

Need help! Just trying to remove their junk links (credit cards, gambling, etc) and put my footer nav in there!

Footer.php has this coding:

<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. 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″>Powered by <a href=”http://wordpress.org/”><strong>WordPress</strong></a> | Compare Credit Card Deals at <a href=”http://www.iapplyforcreditcards.com/”>iApplyForCreditCards.com</a> | Thanks to <a href=”http://www.bestincreditcards.com/”>BestInCreditCards.com</a>, <a href=”http://rpgmusic.org”>Video Game Music</a> and <a href=”http://www.simplysixpacks.com”>Get Six Pack Abs</a></div>

</div>

</div>
</div>
<?php
wp_footer();
echo get_theme_option(“footer”) . “\n”;
?>
</body>
</html>

Leave a Reply

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