remove action adjacent_posts_rel_link_wp_head
-
Hi,
I want to remove the pagination on my front page, which is a static homepage.
I see this in the source:
<link rel='next' href='https://domain/page/2/'/>
I use this code below but for some reason it doesn’t work:
remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10, 2 );
Why is this code not removing the pagination?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘remove action adjacent_posts_rel_link_wp_head’ is closed to new replies.