1 Star 0 Fork 0

Jack Minjie HUANG/SDFZ.ThemeDivi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
footer.php 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Jack Minjie HUANG 提交于 2017-08-11 02:20 . footer info fixed.
<?php if ( 'on' == et_get_option( 'divi_back_to_top', 'false' ) ) : ?>
<span class="et_pb_scroll_top et-pb-icon"></span>
<?php endif;
if ( ! is_page_template( 'page-template-blank.php' ) ) : ?>
<footer id="main-footer">
<?php get_sidebar( 'footer' ); ?>
<?php
if ( has_nav_menu( 'footer-menu' ) ) : ?>
<div id="et-footer-nav">
<div class="container">
<?php
wp_nav_menu( array(
'theme_location' => 'footer-menu',
'depth' => '1',
'menu_class' => 'bottom-nav',
'container' => '',
'fallback_cb' => '',
) );
?>
</div>
</div> <!-- #et-footer-nav -->
<?php endif; ?>
<div id="footer-bottom">
<div class="container clearfix">
<?php
if ( false !== et_get_option( 'show_footer_social_icons', true ) ) {
get_template_part( 'includes/social_icons', 'footer' );
}
?>
<p id="footer-info">© 1905-<?php echo date("Y");?> <a href="https://www.lovefz.net">湖南师大附中·校友回访团</a> 版权所有 | <a href="http://www.jackh.cn" target="_blank">Jack.H</a> & P.God & <a href="https://ohhere.xyz" target="_blank">Graphite</a> 技术支持</p>
<p id="icp-info"><a href="http://www.miitbeian.gov.cn/" rel="external nofollow" target="_blank"><?php echo get_option( 'zh_cn_l10n_icp_num' );?></a></p>
</div> <!-- .container -->
</div>
</footer> <!-- #main-footer -->
</div> <!-- #et-main-area -->
<?php endif; // ! is_page_template( 'page-template-blank.php' ) ?>
</div> <!-- #page-container -->
<?php wp_footer(); ?>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/oneofthejacks/SDFZ.ThemeDivi.git
git@gitee.com:oneofthejacks/SDFZ.ThemeDivi.git
oneofthejacks
SDFZ.ThemeDivi
SDFZ.ThemeDivi
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385