S
S
shik02021-06-12 20:50:51
WordPress
shik0, 2021-06-12 20:50:51

How to set up 301 from pagination pages in Wordpress?

Hello! Please tell me how to set up a 301 redirect from pagination pages in product categories to the first page when navigating through non-existent pagination pages?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2021-06-12
@shik0

if (is_paged()) {
  wp_redirect( ... )
}

  • https://wp-kama.ru/function/wp_redirect
  • https://wp-kama.ru/function/is_paged
  • https://wp-kama.ru/function/is_404

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question