# SCP Order taxinomies wrong

**URL:** https://colorlibsupport.com/t/scp-order-taxinomies-wrong/47597
**Category:** Other
**Created:** [June 19, 2026, 7:47pm UTC](https://colorlibsupport.com/t/scp-order-taxinomies-wrong/47597 "2026-06-19T19:47:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sarahmelyne](https://colorlibsupport.com/user_avatar/colorlibsupport.com/sarahmelyne/32/13497_2.png) [@sarahmelyne](https://colorlibsupport.com/u/sarahmelyne)
#### Post date: [June 19, 2026, 7:47pm UTC](https://colorlibsupport.com/t/scp-order-taxinomies-wrong/47597/1 "2026-06-19T19:47:09Z")

</div>

I’m using SCP Order since a year without any problem But I recently noticed that m’y taxinomies went wrong now.

The order is correct but the bottom taxinomies on each post is wrong : it says “previous” instead of “next” and vice versa. How do I fix it ?

---

<div class="post-metadata">

### Author: ![aigars-silkalns](https://colorlibsupport.com/user_avatar/colorlibsupport.com/aigars-silkalns/32/13469_2.png) [@aigars-silkalns](https://colorlibsupport.com/u/aigars-silkalns)
#### Post date: [June 22, 2026, 10:15am UTC](https://colorlibsupport.com/t/scp-order-taxinomies-wrong/47597/2 "2026-06-22T10:15:55Z")

</div>

Hi @sarahmelyne, thanks for the clear report — and for being a long-time user!

You’ve spotted a real side effect of a change we made in 2.7.2. We adjusted how the **previous/next post links** at the bottom of single posts follow your manual order. The new logic treats “previous” as the item _before_ the current one in your arranged order and “next” as the item _after_ — which is what people ordering chapters/lessons/steps expect, but it’s the opposite of the older behavior you’d been relying on. Your ordering itself is perfectly fine; it’s only the two link directions that flipped.

Since both directions are “correct” depending on how a site is set up, the next update ( **2.8.1** ) adds a small switch so you can choose. Once you’re on 2.8.1, drop this one line into your theme’s `functions.php` (or a snippets plugin) to restore the original direction:

```auto
add_filter( 'scpo_reverse_adjacent_posts', '__return_true' );

```

That’s it — no template editing needed. I’ll reply here as soon as 2.8.1 is live. If you’d like a fix before then, the quickest manual option is to swap the `previous_post_link()` and `next_post_link()` calls in your theme’s `single.php` — happy to walk you through it if you let me know your theme.

Thanks again for flagging this!

---

<div class="post-metadata">

### Author: ![jasonmiller](https://colorlibsupport.com/user_avatar/colorlibsupport.com/jasonmiller/32/13526_2.png) [@jasonmiller](https://colorlibsupport.com/u/jasonmiller)
#### Post date: [September 15, 2026, 7:07am UTC](https://colorlibsupport.com/t/scp-order-taxinomies-wrong/47597/3 "2026-09-15T07:07:53Z")

</div>

Sounds like the taxonomy navigation is reversed. Check the SCP Order settings and clear your cache; if it started after an update, also test for a plugin conflict.
