twisted_one
Power Member
- Oct 11, 2009
- 521
- 97
Not sure what went wrong... I see my thread is doubled and the content is so gone....
Anyways, this is what I wrote -
I downloaded a nice template from new*wp*themes and currently using it. The problem is its footer. I am not a selfish person to not give credits back. I would retain the new*wp*themes links in the footer but not other junk...
This the footer.php It starts with a closed </div> tag.
If I try to delete links in footer2, my theme stops working. How do I do that? Anyone, please? All the themes from there site has this validation. Anyone has any solution?
Anyways, this is what I wrote -
I downloaded a nice template from new*wp*themes and currently using it. The problem is its footer. I am not a selfish person to not give credits back. I would retain the new*wp*themes links in the footer but not other junk...
This the footer.php It starts with a closed </div> tag.
PHP:
</div>
<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> | Shop the Best <ahref="http://www.bestincellphones.com/free-phones.asp">Free CellPhone</a> Deals. | Thanks to <a href="http://www.thepiggybanker.com/">Top CD Rates</a>, <a href="http://www.bankingzen.com/">Bank Rates</a> and <a href="http://ukcreditsecrets.co.uk">Bad Credit</a></div>
</div>
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>
If I try to delete links in footer2, my theme stops working. How do I do that? Anyone, please? All the themes from there site has this validation. Anyone has any solution?