[wp-trac] [WordPress Trac] #16133: Pagination issue with tag "rss"
WordPress Trac
noreply at wordpress.org
Sat Apr 18 18:34:57 UTC 2026
#16133: Pagination issue with tag "rss"
------------------------------------+---------------------
Reporter: paolal | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Canonical | Version: 3.0
Severity: normal | Resolution:
Keywords: has-patch dev-feedback | Focuses:
------------------------------------+---------------------
Changes (by alechgm):
* keywords: has-patch needs-testing dev-feedback => has-patch dev-feedback
Comment:
I have tested this patch on a fresh WordPress core development environment
(version 7.1.0-alpha) using Docker.
Environment details:
- PHP: 8.3.30
- OS: Windows (WSL2)
- Environment: Docker Desktop (WP-Env/Local-env)
Steps taken:
1. Created 13 posts tagged with "RSS" (slug: "rss").
2. Confirmed that navigating to `/tag/rss/page/2/` resulted in a 404 error
before applying the patch.
3. Applied the patch to `wp-includes/canonical.php` and flushed
permalinks.
4. Verified that `/tag/rss/page/2/` now loads correctly and displays the
expected posts.
The patch correctly resolves the pagination collision when a taxonomy term
is named "rss".
--
Ticket URL: <https://core.trac.wordpress.org/ticket/16133#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list