使用wordpress开发博客网页,底部会有wordpress的版权信息,如果安装了不同的皮肤,版权信息略有不同。虽然作为开源项目,版权信息是可以任意更改并去掉,但是一般建议不要去掉! 例如本博客使用的是 Lightning Theme 。其版权信息如下:
如果不需要显示版权信息,修改如下位置的 footer-copyright-change.php 文件:
web_packages wordpress\ wp-content\ plugins\ vk-all-in-one-expansion-unit\ inc\ footer-copyright-change.php
<?phpadd_filter( 'lightning_footerPoweredCustom', 'vkExUnit_lightning_footerPoweredCustom' );function vkExUnit_lightning_footerPoweredCustom( $lightning_footerPowered ) { // Powered /*------------------*/ $lightning_footerPowered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> with <a href="https://lightning.nagoya" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> & <a href="https://ex-unit.nagoya" target="_blank">VK All in One Expansion Unit</a> by <a href="//www.vektor-inc.co.jp" target="_blank">Vektor,Inc.</a> technology.</p>', 'vk-all-in-one-expansion-unit' ); //增加如下这一句,去掉 Power by 信息 $lightning_footerPowered = ''; return $lightning_footerPowered;}
修改后保存文件,刷新即可。
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://zblog.hqyman.cn/post/10955.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~