删除底部自豪地采用WordPress

WordPress是最流行的CMS工具,方便创作博客,甚至大型内容管理系统。基于SEO考虑,我们需要删除Wordpress主题自带的底部版权链接。

方法如下:后台--外观--编辑--footer.php

删除如下代码:

 


<div class="site-info">
 <?php do_action( 'twentytwelve_credits' ); ?>
 <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
 </div><!-- .site-info -->

 

2 thoughts on “删除底部自豪地采用WordPress

Leave a Reply to armvs Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.