#7490 closed defect (bug) (fixed)
Category/tag URL changed if the permalink structure has static strings
| Reported by: | lilyfan | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | high | Milestone: | 2.6.1 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | permalink |
| Cc: | Focuses: |
Description
The category/tag URL of WordPress 2.6 changed from 2.5.1 if the permalink structure has static string.
(Example)
Permalink structure is "/arc/%year%/%monthnum%/%day%/%postname%/", and WordPress is installed at http://example.com/
Category URL of WP 2.5.1: http://example.com/category/foobar/
Category URL of WP 2.6: http://example.com/arc/category/foobar/ (The static string "arc/" is added at URL)
There is no way to force "http://example.com/category/foobar/" at WordPress 2.6. This is unwanted behavior.
The category/tag URL is needed to keep same as long as the author wants, such as permalinks.
Please keep back the category/tag URL structure to WP 2.5 way.
Attachments (1)
Change History (7)
#2
@
18 years ago
I used 2.6.1 beta 1 and met the problem. I think that "2.6.1 beta 1" has the this problem yet.
#3
@
18 years ago
- Owner changed from to
- Status new → assigned
Thank you for the report. I can reproduce this issue and am looking into a fix.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Perhaps related to [8366]. Have you tried 2.6.1 beta 1 to see if it fixes the problem?