چند روز پیش با فوترم ور رفتم تا ببینم می تونم هر چیزی که توش هست رو پاک کنم که خیلی موفقیت آمیز نبود:دی به همین دلیل برگردوندمش به حالت اول! اما امروز دیدم که تقریبا به گند کشیدمش :دی
این کد فوتر:
حالا می خوام بدونم که آیا می تونید که هر چیزی که تو فوتر هست رو پاک کنید و فقط جای 4-5 تا بنر 125*125 بذارید؟
این کد فوتر:
کد:
<?php global $theme; ?>
<?php if($theme->display('footer_widgets')) { ?>
<div id="footer-widgets" class="clearfix">
<?php
/**
* Footer Widget Areas. Manage the widgets from: wp-admin -> Appearance -> Widgets
*/
?>
<div class="footer-widget-box">
<?php
if(!dynamic_sidebar('footer_1')) {
$theme->hook('footer_1');
}
?>
if(!dynamic_sidebar('footer_1')) {
$theme->hook('footer_1');
}
?>
</div>
if(!dynamic_sidebar('footer_1')) {
$theme->hook('footer_1');
}
?>
</div>
if(!dynamic_sidebar('footer_1')) {
$theme->hook('footer_1');
}
?>
</div>
</div>
<?php } ?>
<div id="footer">
<div id="copyrights">
<?php
if($theme->display('footer_custom_text')) {
$theme->option('footer_custom_text');
} else {
?> © <?php echo date('Y'); ?> <a href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a><?php
}
?>
</div>
<?php /*
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
You can buy this theme without footer links online at http://newwpthemes.com/buy/?theme=instinct
*/ ?>
<div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://www.freegaming.de">Online Games</a> | Thanks to <a href="http://www.cupcakeku.com/wiki/Century21BrokerPropertiJualBeliSewaRumahIndonesia.html">Century 21 Broker Properti Jual Beli Sewa Rumah Indonesia</a>, <a href="http://suv.reviewitonline.net/buick-suv/">Buick SUV</a> and <a href="http://suv.reviewitonline.net/acura-suv/acura-mdx/">Acura MDX</a></div><!-- #credits -->
</div><!-- #footer -->
</div><!-- #container -->
<?php wp_footer(); ?>
<?php $theme->hook('html_after'); ?>
</body>
</html>