这个友情链接是使用主题内置的友情链接,不是插件
<!-- 友情链接 -->
<?php
$friends = [];
$friends_text = $this->options->JFriends;
if ($friends_text) {
$friends_arr = array_map('trim', explode("\r\n", $friends_text));
foreach ($friends_arr as $friend) {
list($name, $url, $avatar, $desc) = array_map('trim', explode("||", $friend));
$friends[] = compact('name', 'url', 'avatar', 'desc');
}
}
?>
<style>*{margin:0;padding:0;box-sizing:border-box;}.footer{padding:20px 0;}.footer-links{text-align:center;}.footer-links a{color:#6c757d;text-decoration:none;margin-right:10px;}.h4,h4{font-size:calc(1.275rem + .3vw);}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}</style>
<div class="joe_container">
<div class="joe_main">
<div class="joe_index joe_archive joe_detail">
<!-- 局部 -->
<?php if (sizeof($friends) > 0) : ?>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h4 class="item">友情链接</h4>
<div class="footer-links">
<?php foreach ($friends as $item) : ?>
<a href="<?php echo $item['url']; ?>" target="_blank" rel="noopener noreferrer"><?php echo $item['name']; ?></a>
<?php endforeach; ?>
</div>
</div>
</div>
</div>
</footer>
<?php endif; ?>
<!-- 局部 -->
</div>
</div>
</div>
<!-- 友情链接结束 -->
代码添加在模板的这个位置
<footer class="joe_footer">
上方
最终样式看我主页
你文章左上角的作者头像都鸡儿没了,快去修BUG(╯‵□′)╯︵┴─┴
学会了,服务器哪里领୧(๑•̀⌄•́๑)૭