
Declutter WordPress
This WordPress plugin lets you remove some of the default tags and headers that WordPress inserts into your template by default.
The plugin currently lets you configure the following:
- In the head of HTML and XML documents:
- Feed links (blog and comment feeds)
- Extra feed links (category, tag, author, search feeds)
- Really Simple Discovery and Windows Live Manifest endpoint links (most people don't even know what these are, let alone use them)
- Links to the index page, the first post, previous/next posts, parent post
- Generator tag which reveals which version of WordPress you are using
- Shortlink tag
- In HTTP response headers:
- Shortlink header
- Redundant Etag headers
- X-Pingback header
- Remove body classes that you do not need (the list of classes that WordPress inserts by default is positively huge)
- Remove post classes that you do not need (e.g.,
type-,category-,tag-) - Remove comment classes that you do not need (e.g.,
odd,even,alt,byuser,bypostauthor,depth-N) - Remove menu item classes that you do not need (e.g.,
menu-item,current-menu-item,current_page_ancestor)
This plugin requires PHP version 5 or greater.
If you have any problems or suggestions, you can email me. I can’t fix it if I don’t know it’s broken!