Keep Pagination in Same Taxonomy

توضیحات

Instantly join separate posts together by making the Previous/Next Post links on a Single Post look for other posts that share the same taxonomies.

This lightweight plugin simply adds a filter to your selected taxonomies (both default and custom) so that any theme can have its post navigation links stay in the same category as the currently viewed post.

عکس‌های صفحه

  • The settings form (on the Reading admin page).

نصب

  1. Upload the plugin files to the /wp-content/plugins/keep-pagination-in-same-taxonomy/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to the Settings -> Reading page to configure the plugin, picking which taxonomies should be affected.

سوالات متداول

Why Isn’t It Linking To The Post I Expected?

Be sure that you’ve only selected the taxonomies that are shared between the posts you want to link together AND that you aren’t asking for the posts to match them all!

Eg. With the “ALL” option, if you select both Categories and Tags, then a post which has a category and some tags will NOT find other posts that only have the same category but no tags.

Why Can’t I See Any Difference?

Check your theme is actually using Previous/Next Post links on the Single Post pages – eg. you may need to add that block to the default 2022 and 2023 WP themes, as they no longer seem to have that initially set up for you.

نقد و بررسی‌ها

29 سپتامبر 2022
Thanks for this piece of superb plugin! Been trying to confine users to navigate the same category! I have tried so many methods, including modifying the single.php but to no avail. Thank you!
4 آوریل 2022
Highly recommended! Just tried it after many hours of fighting with a Bravada WP Theme! Works wonderfully! Thank you, Keith!
خواندن تمامی 3 نقد و بررسی‌

توسعه دهندگان و همکاران

“Keep Pagination in Same Taxonomy” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Keep Pagination in Same Taxonomy” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

0.14

  • Tested with WP 6.7.2
  • Fix: moved the translation text domain loading to later in the init and changed it to be the plugin slug

0.13

  • Tested with WP 6.4 and 6.5
  • Fix: only show public taxonomies in the Settings
  • Fix: call our Settings page later in the init() hook so we can include custom taxonomies (was inadvertently dependent on plugin activation order before)

0.12

  • Tested with WP 6.3.2

0.11

  • Fix: check if we’ve excluded all the terms from a taxonomy

0.1

  • Initial release.