This article mainly introduces about WordPress Delete rss function "Article rss", "Comment rss", "wordpress.org", has a certain reference value, now share to everyone, have the need for friends can refer to
A. Remove the bottom "proud to use WordPress" Copyright information:
1. Open the theme folder: wp-content/themes/twentyeleven/footer.php;
2. Find this code to delete:
<?php endif;//Remove the bottom "proud to use WordPress" Copyright information//get_template_part (' template-parts/footer/site ', ' info '); >
Note: if deleted (blocked), here is blank, you can add on your own copyright information and record content.
Two. Delete RSS feature "article rss", "Comment rss", "wordpress.org"
Open Theme folder: wp-include/widgets/class-wp-widget-meta.php
Find this code to block or delete:
<!--block RSS function <li><a href= "<?php Echo esc_url (Get_bloginfo (' Rss2_url '));?>" ><?php _e (' En Tries <abbr title= "Really Simple Syndication" >RSS</abbr> ")?></a></li> <li> <a href= "<?php Echo esc_url (Get_bloginfo (' Comments_rss2_url '));?>" ><?php _e (' Comments <abbr title= "Really Simple Syndication" >RSS</abbr> ")?></a></li>--
The above is the whole content of this article, I hope that everyone's learning has helped, more relevant content please pay attention to topic.alibabacloud.com!