Removing wp_head() elements (rel=’start̵...

In customising Wordpress you may find a need to occasionally remove or add to the Link elements that Wordpress automatically outputs in the function call wp_head(). I’ve recently had a need to remove the rel=’prev’ and rel=’next’ link elements and in trying to avoid customising the core Wordpress functions the following solutions works. Ensure you have a functions.php file in your theme...