Browsing the archives for the wordpress tag

如何去掉wordpress主题上的版权信息

in 网站建设

最近为一个博客选择主题时,发现了一个关于WP版权的问题,在页面上存在主题作者的版权信息,一般情况下,我是比较赞成保留原作者信息的,只是对这个主题,作者加了不少链接呀,乱七八糟的,有些反感了,但是,如何去掉WP主题上的版权信息呢?

找到了主题下的footer.php文件进行,修改过后,发现一打开博客,页面提示主题使用不了,版权信息不能变更

再打开footer.php,仔细查看,才这段注释:

<?php
// This theme is released free for use under creative commons licence.
// All links in the footer should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are......查看全文

4 Comments