使用的插件与主题:
WP User Avatar
BackWPup
Backup Migration
Kokoro
KOKORO页脚
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package kokoro
*/
?>
</div><!-- #content -->
<div id="instagram-footer" class="instagram-footer">
<?php /* Widgetised Area */ if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('sidebar-2') ) ?>
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<?php printf(esc_html__('© 2023 李灵杰'), '', '-'); ?>
<?php printf(esc_html__('%1$s 邮箱: %2$s', '邮箱'), '', '<a href="mailto:u@lingjie.li"><b>u@lingjie.li</b></a>            <a href="http://lingjie.li/archives/886" style="color: #808080;">插件主题</a>'); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>