Remove Post Relational Links from wp_head
-
Grrrr.
Can anyone please help us get rid of the Post Relational Links links from the wp_head?
we want to remove the code that produces the
<link rel=’prev’ title=” href=” />
<link rel=’next’ title=” href=” />this constantly places outdated pages in the head and it’s affecting our SEO.
Please note that we have already tried placing this in our functions.php and it does not remove it…
<?php
remove_action(‘wp_head’, ‘start_post_rel_link’);
remove_action(‘wp_head’, ‘adjacent_posts_rel_link’);
?>grrr.
anyone that can help us goes on our awesome list for sure ??
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Remove Post Relational Links from wp_head’ is closed to new replies.