Recently I saw a lot of people asking how they could remove the lines of HTML code that is shown below from their WordPress installation.
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://example.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://example.com/wp-includes/wlwmanifest.xml" /> <link rel='index' title='Site title' href='http://example.com/' /> <link rel='start' title='Blog post title' href='http://example.com/blog-post-title/' /> <link rel='prev' title='Previous blog post title' href='http://example.com/previous-blog-post-title/' /> <meta name="generator" content="WordPress 3.0.1" />
With my WordPress plugin called Clean up wp_head there is now easy to remove these line of code by just checking a few boxes. It doesn’t matter if you change theme, they are gone until you uncheck the boxes again.
Read more and download Clean up wp_head on the plugin page or download it from WordPress.org.