سلام
من میخوام فوتر سایت رو تغییر بدم (نوشته اش رو پاک کنم چون متن تابلویی داره D: )
پوسته من هم یه قالب انگلیسی به نام
Andromeda هست.
تو انجمن سرچ کردم ولی مشکلم حل نشده!
اینم کد فوتر که اگه تغییرش بدم سایت دیگه بالا نمیاد.
<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="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://freewpthemes.co">wordpress themes 2012</a> | Thanks to <a href="http://allpremiumthemes.com">Best WordPress Themes</a>, Best <a href="http://freewpthemes.co">Free WordPress Themes</a> and <a href="http://freewpthemes.co">Free WP Themes</a></div>
</div>
</div>
</div>
<?php
wp_footer();
echo get_theme_option("footer") . "\n";
?>
</body>
</html>