#2333 closed defect (bug) (invalid)
Controlling sort order with WP_rewrite in 2.0.x
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0 |
| Component: | General | Keywords: | rewrite |
| Focuses: | Cc: |
Description
In the mod_rewrite world, you could control the sort order of various permalinks with rules like:
RewriteRule (.+)/?$ /index.php?category_name=$1&order=ASC [QSA,L]
There doesn't seem to be an equivalent in the super-duper new WP_Rewrite functions.
Change History (4)
Note: See
TracTickets for help on using
tickets.
It can be done with a plugin.