WordPress添加ICP备案链接 在仪表盘界面打开“设置”->“常规”,填入“ICP备案号”项 仪表盘点开“外观”->“编辑”,右侧“模版”选中“主题页脚(footer.php)” 编辑页脚页面内容,插入超链接: <a href="http://www.miitbeian.gov.cn/" target=""_blank”" rel="external nofollow"> <?php echo get_option( 'zh_cn_l10n_icp_num' );?> </a><a href="http://www.miitbeian.gov.cn/" target=""_blank”" rel="external nofollow"> <?php echo get_option( 'zh_cn_l10n_icp_num' );?> </a>