现在页脚只有Theme Argon的主题信息,这个是不建议去掉的哦。如果想增加其他信息怎么办呢?
在主题文件编辑器里面找到footer.php,编辑就可以了,我这里加入了网站备案信息,和主页链接。如果要修改样式可以在额外样式表里面追加。
当前修改页脚可以直接把html贴在主题设置里的页脚里面,效果是一样的。
代码块如下
<div> <a href="https://lovexf.com.cn/" target="_blank">@小睡鼠</a><?php if (get_option('argon_hide_footer_author') != 'true') {echo " By solstice23"; }?></div>
<div> <a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" target="_blank">蜀ICP备2024113817号-1</a><?php if (get_option('argon_hide_footer_author') != 'true') {echo " By solstice23"; }?></div>