File: /www/wwwroot/www.213n.cn/wp-content/themes/rk-blogger/footer.php
<?php
/**
* The template for displaying the footer
*
* Author: wbolt team
* Author URI: https://www.wbolt.com
*/
?>
<footer class="footer">
<?php
$social_items = wb_opt('social');
if ($social_items) :
?>
<div class="social-icons">
<?php foreach ($social_items as $k => $social_item) {;
if (!$social_item['status']) {
continue;
} ?>
<?php if ($social_item['url'] || $social_item['img']) : ?>
<?php if ($social_item['type'] == 1) {; ?>
<a class="social-item with-popover">
<?php echo wbolt_svg_icon('wbsi-' . $k); ?>
<div class="popover-img">
<img src="<?php echo $social_item['img']; ?>">
</div>
</a>
<?php
} else {
$url = $social_item['url'];
if ($social_item['code'] == 'qq') {
$url = 'http://wpa.qq.com/msgrd?v=3&uin=' . $social_item['url'] . '&site=qq&menu=yes';
} elseif ($social_item['code'] == 'email') {
$url = 'mailto:' . $social_item['url'];
} ?>
<a class="social-item" href="<?php echo $url; ?>" target="_blank">
<?php echo wbolt_svg_icon('wbsi-' . $k); ?>
</a>
<?php
} ?>
<?php endif ?>
<?php
} ?>
</div>
<?php endif; ?>
</div>
<?php if (has_nav_menu('social')) : ?>
<nav class="nav-footer">
<?php
wp_nav_menu(array(
'theme_location' => 'social',
'menu_class' => 'nav-ft',
'menu_id' => 'J_footerNav',
'container' => ''
));
?>
</nav>
<?php endif; ?>
<div class="copyright">
<?php
/**
* Fires before the Wbolt footer text for footer customization.
*
* @since Wbolt 1.0
*/
do_action('wbolt_credits');
?>
<?php if (wb_opt('footer.copyright')) : ?>
<div class="ib">
<?php echo wb_opt('footer.copyright'); ?>
</div>
<?php else : ?>
<span class="ib">Copyright © <?php echo date('Y', time()); ?> <a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></span>
<span class="ib sppd-h">All Rights Reserved</span>
<?php endif; ?>
<?php if (wb_opt('footer.miit_id')) : ?>
<a class="ib pdh" href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank"><?php echo wb_opt('footer.miit_id'); ?></a>
<?php endif; ?>
<?php if (wb_opt('footer.gongan')) : ?>
<a class="ib pdh item-ga" href="//www.beian.gov.cn/portal/registerSystemInfo" rel="nofollow" target="_blank"><?php echo wb_opt('footer.gongan'); ?></a>
<?php endif; ?>
</div>
<span class="ib pwb wk" data-theme-code="<?php echo WB_THEMES_CODE; ?>">Design by <a href="https://www.wbolt.com?ref=<?php echo WB_THEMES_CODE; ?>" target="_blank">闪电博</a></span>
</div>
</footer>
<?php wp_footer(); ?>
<a class="bktop" id="J_backTop" href="javascript:;" rel="nofollow" title="<?php _e('Back to top', 'rk-blogger'); ?>"><svg xmlns="http://www.w3.org/2000/svg" width="23" height="12">
<path fill-rule="evenodd" d="M21.58 12L11.5 2.33 1.42 12 0 10.63 10.79.28c.4-.37 1.03-.37 1.42 0L23 10.63 21.58 12z" />
</svg></a>
</body>
</html>