I want to change the title in wordpress footer option. Here stated powered by wordpress and some link.(Powered by WordPress | Best at&t phone upgrade deals | Thanks to Free Tmobile phones, Facebook Games and Incinerador De Grasa) I want to edit and want to insert another name,as for example "Powerd by Something" All Rights reserved something. I little know about CSS and when change that code my site was stopped. Here also stated that=> <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> | Best <a href="http://www.bestincellphones.com/att-upgrade-deals-contract-extension.asp">at&t phone upgrade</a> deals | Thanks to Free <a href="http://www.icellphonedeals.com/free t-mobile-cell-phones-wireless-specials/">Tmobile</a> phones, <a href="http://mmohut.com/social-games">Facebook Games</a> and <a href="http://incineradordegrasaespecial.com">Incinerador De Grasa</a></div> My site link is http://www.infoaccess24.com/ Plz experts, help me. Thanks
<div class="span-24"> <div id="footer">Copyright © <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - <?php bloginfo('description'); ?></div>[/COLOR] [COLOR=#111111]<?php // This theme is released free for use under creative commons licence. [/COLOR][URL]http://creativecommons.org/licenses/by/3.0/[/URL] [COLOR=#111111]// All links in the footer should remain intact. [/COLOR] [COLOR=#111111]// These links are all family friendly and will not hurt your site in any way. [/COLOR] [COLOR=#111111]// Warning! Your site may stop working if these links are edited or deleted ?>[/COLOR] [COLOR=#111111]<div id="footer2"></div> Code (markup):
the theme is licensed so that removing the links violates the license. you can take them out but then you are violating an intelectual property license which is a criminal act
LOL there is always sombody like this! Powered by Wordpress has nothing to do with theme licensing. OP, edit under Appearance> Editor> look on the files on the right for Footer.php files that contain that text and simply delete it
Obviously you can remove Powered by Wordpress , but the rest needs to stay intact based on what the OP posted.