未分类 解决方案

插件主题文件

使用的插件与主题:

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> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<a href="http://lingjie.li/archives/886" style="color: #808080;">插件主题</a>'); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
<?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>   &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<a href="http://lingjie.li/archives/886" style="color: #808080;">插件主题</a>'); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>

发表回复