Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Electric Pagination Fix

Opis

If you create a custom taxonomy in WordPress, whether it’s part of a theme or a plugin, you may encounter a 404 error when trying to view the taxonomy on the front end of your website.

This normally only happens if you are referencing the taxonomy in your permalinks, i.e. if your permalinks look something like this:

/%category%/%postname%/

At first glance this seems to be fine, until you try to navigate to page 2 of the taxonomy archive. This will result in WordPress sending you to a URL something like this:

www.your_site.com/your_taxonomy/page/2

The ‘/page/2’ bit stuck on the end will clash with your permalink settings, causing in an a 404 error.

This plugin fixes that 🙂

See https://www.electriccode.co.uk/blog/fixing-404-errors-with-wordpress-custom-taxonomies/ for more information.

Usage

Step 1. Install plugin
Step 2. Activate plugin
Step 3. Enjoy your error free custom taxonomy pagination

Recenzije

05. veljače 2023. 1 odgovor
Used this as an immediate patch, and later added the code snippets recommended on the author's homepage. A frustrating problem fixed. Appreciate this plugin and the documentation, @electriccode.
Pročitajte 1 recenziju

Suradnici i Programeri

“Electric Pagination Fix” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Electric Pagination Fix” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.1

  • Bug fix

1.0.0

  • Initial release