Remove Link to the WLW Manifest File
Kind of pointless to include this unless you actually use Windows Live Writer to write your posts. Put this in the theme's functions.php file:
remove_action( 'wp_head', 'wlwmanifest_link');
Kind of pointless to include this unless you actually use Windows Live Writer to write your posts. Put this in the theme's functions.php file:
remove_action( 'wp_head', 'wlwmanifest_link');
I never noticed that line in my code. WHY is that turned on by default? Who do we petition to get rid of it?
That would be wordpress, and I agree with you, it shouldn’t come stock with that on.
right now, i find that!
I don’t really understand the meaning of WLW Manifest File I would like to know what it means before I will know whether to remove or leave it.
@Azubuike – the WLW link is the resource file used for enabling support for Windows Live Writer. If you don’t use Live Writer, you can remove this link with any adverse effect. Cleaning up the header will actually help you since your important content will get moved up 1 line. Cleaning out unnecessary code also helps better your code to content ratio.