wordpress非官方主题添加备案号的方法
找到主题的footer.php文件,添加以下代码
<a href="http://www.miitbeian.gov.cn/" rel="external nofollow" target="_blank">
<?php echo get_option( "zh_cn_l10n_icp_num" );?>
</a>
最好找个好点的地方插入,不然备案标签就是孤零零的一行,很丑。
找到主题的footer.php文件,添加以下代码
<a href="http://www.miitbeian.gov.cn/" rel="external nofollow" target="_blank">
<?php echo get_option( "zh_cn_l10n_icp_num" );?>
</a>
最好找个好点的地方插入,不然备案标签就是孤零零的一行,很丑。
评论已关闭