category-pagination-fix

Descripción

Este plugin se ha cerrado desde el 28 de enero de 2022 y no está disponible para descargar. Motivo: Violación de las Guías.

Reseñas

11 de septiembre de 2019
It offers a simple solution to a big WordPress native problem. I hope this will be fixed by a WordPress update someday. Thank you a lot!
11 de mayo de 2018
A simple fix for an annoying issue. This should be integrated into WP core.
3 de septiembre de 2016
great plugin, saved my time, Thanks.
3 de septiembre de 2016
It's an awesome solution, but it fills a really specific niche of a larger problem. It actually didn't solve mine but gave me the right direction. I ended up using a custom 404.php and checking some variables of the query, something as follow: $q = $wp_query; $que = $q->query; if($que['page'] >= 2 && $que['post_type'] == 'galeria'){ include 'taxonomy.php'; }. Awesome fix anyway, its stupid how much time this have taken from me and many people.
Leer todas las 35 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Category pagination fix" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.