removing links from footer disbels blog

ticktack

Newbie
Joined
Jan 28, 2008
Messages
22
Reaction score
19
hi,
my footer looks fairly easy to remove the links but when I do I get an error saying this below and then my site is disable until I reinstall the theme

This theme is released under creative commons licence, all links in the footer should remain intact

this is the footer, can anyone help please?

I removed the www as I couldn't post this with it.

<div style="clear:both;"></div>

<div id="footer">

<div class="alignleft"><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> All rights reserved.</div>


<div class="alignright">

Credit Card <a href="bcab. org/">Debt Consolidation</a>,
<a href="debtconsolidationloansforbadcredit. org/">Debt Consolidation Loans</a>,
and Bad Credit <a href="1stdebtconsolidation. com/">Debt Consolidation</a>.

</div>

</div>

<?php do_action('wp_footer'); ?>

</body>
</html>
 
The theme developer encrypted the footer so the theme can't work without it. You can see on DP where developers sell links in their theme's footers, they brag about the links being irremovable.

Funny I just made a thread about it being a good way to get links.
 
Back
Top