代码拉取完成,页面将自动刷新
<?php
/**
* The template for footer
*
* @author Vtrois <seaton@vtrois.com>
* @license GPL-3.0
* @since 1.0
*/
?>
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php if ( has_nav_menu('footer_menu') ) { wp_nav_menu( array( 'theme_location' => 'footer_menu', 'depth' => 1, 'container' => 'div', 'container_class' => 'footer-more-list text-center mb-3 d-none d-sm-block', 'menu_class' => null, 'container_id' => null) ); } ?>
<div class="text-center text-muted">
<div class="copyright">
<small>© 2018 <?php bloginfo('name'); ?>. All Rights Reserved.</small>
<small class="license mt-2">Theme Dobby Made By Vtrois.</small>
</div>
<div class="miitbeian mt-2">
<?php if( dobby_option('footer_icp_num') ) {?>
<small class="mx-1 text-muted"><a href="http://www.miitbeian.gov.cn/" rel="external nofollow" target="_blank"><?php echo dobby_option( 'footer_icp_num' ); ?></a></small>
<?php } if( dobby_option('footer_gov_num') ) {?>
<small class="mx-1 text-muted"><a href="<?php echo dobby_option( 'footer_gov_link' ); ?>" rel="external nofollow" target="_blank"><?php echo dobby_option( 'footer_gov_num' ); ?></a></small>
<?php }?>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="gotop-box">
<a href="#" class="gotop-btn"><i class="dobby v3-packup"></i></a>
</div>
<?php wp_footer(); ?>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。