配置wordpress:在footer/页脚添加icp备案许可证号(wordpress 6.2)

刘宏缔的架构森林 / 2023-05-19 / 原文

一,添加icp许可证号

外观->主题文件编辑器->主题页脚:

在class名为site-info的div中添加如下html代码:

<div  style="text-align:center">
  <a href="http://beian.miit.gov.cn/" class="imprint" rel="external nofollow" target="_blank">
    京ICP备你的备案号-1
  </a>
</div>

如图:

二,查看效果

         对应的源码可以访问这里获取: https://github.com/liuhongdi/
         或: https://gitee.com/liuhongdi

说明:作者:刘宏缔 邮箱: 371125307@qq.com

三,查看wordpress的版本: