文件操作 - sidebar-footer.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-content/themes/Divi/sidebar-footer.php
编辑文件内容
<?php $et_active_sidebars = et_divi_footer_active_sidebars(); if ( $et_active_sidebars === false ) { return; } ?> <div class="container"> <div id="footer-widgets" class="clearfix"> <?php foreach ( $et_active_sidebars as $footer_sidebar ) : echo '<div class="footer-widget">'; dynamic_sidebar( $footer_sidebar ); echo '</div>'; endforeach; ?> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件