عوض کردن لینک فوتر(بدون از کار افتادن پوسته)

mostafa98

کاربر عضو
سلام دوستان عید همگی مبارک و سالی خوب و خوشی را برای شما و خانواده محترمتون آرزومندم.

به یه مشکل برخوردم من یه پوسته وردپرس رو فارسی کردم که متاسفانه قادر به وایرایش فوتر نیستم

بالای فوتر اخطار داده که اگه لینک ها رو ویرایش و یا پاک کنم(کپی رایت رو نمی خوام بردارم فقط لینک ها رو می خوام عوض کنم) پوسته از کار می افته با ید چیکار کنم دنبال چه کدی بگردم.


اینم کد فوتر


<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://fthemes.com/buy/?theme=educationwp */ ?> <div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Theme Designed by: <?php echo wp_theme_credits(0); ?> | Thanks to <?php echo wp_theme_credits(1); ?>, <?php echo wp_theme_credits(2); ?> and <?php echo wp_theme_credits(3); ?></div><!-- #credits --> </div><!-- #footer --> </div><!-- #container -->
<?php wp_footer(); ?><?php $theme->hook('html_after'); ?></body></html>
کد:
[B]<?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');                }            ?>        </div>                <div class="footer-widget-box">            <?php                if(!dynamic_sidebar('footer_2')) {                    $theme->hook('footer_2');                }            ?>        </div>                <div class="footer-widget-box">            <?php                if(!dynamic_sidebar('footer_3')) {                    $theme->hook('footer_3');                }            ?>        </div>                <div class="footer-widget-box footer-widget-box-last">            <?php                if(!dynamic_sidebar('footer_4')) {                    $theme->hook('footer_4');                }            ?>        </div>            </div><?php  } ?>[/B]
 

baneharshia

تازه وارد
خوب نمیشه

فوتر این سری قالب ها بسختی ویرایش می شه

بنظرمن پوسته، فوتر رو از طریق فایل function.php کنترل می کنه یه نگاه به این فایل بنداز

 
بالا