спасибо разобрался с этим
а вот другая проблема
пытаю удалить все ссылки в подвале
и бразер мне сказу шипеть что типа нельзя удалить ничё по лицензии.............
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.
как мне это обойти
PHP:
<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://satsape.net/"><strong>STD WP</strong></a> | Designed by: <a href="http://mmohut.com">MMORPG Games</a> | Thanks to <a href="http://rpgmusic.org">Game Music</a>, <a href="http://www.hostv.com/">VPS Hosting</a> and <a href="ttp://www.cirtexhosting.com/shared.shtml">Shared Hosting</a></div>
</div>
</div>
</div>
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>