[wp-trac] [WordPress Trac] #10446: Permalinks for custom taxonomies does not work
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 19 07:21:45 UTC 2009
#10446: Permalinks for custom taxonomies does not work
--------------------------+-------------------------------------------------
Reporter: sirzooro | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8.2
Component: Permalinks | Version: 2.8.1
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by sirzooro):
Sure. BTW, I use following permalink format:
`/%year%/%monthnum%/%postname%/`.
{{{
'mytax/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?taxonomy=mytax&term=$1&feed=$2' (length=40)
'mytax/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?taxonomy=mytax&term=$1&feed=$2' (length=40)
'mytax/([^/]+)/page/?([0-9]{1,})/?$' => string
'index.php?taxonomy=mytax&term=$1&paged=$2' (length=41)
'mytax/([^/]+)/?$' => string 'index.php?taxonomy=mytax&term=$1'
(length=32)
'robots\.txt$' => string 'index.php?robots=1' (length=18)
'.*wp-atom.php$' => string 'index.php?feed=atom' (length=19)
'.*wp-rdf.php$' => string 'index.php?feed=rdf' (length=18)
'.*wp-rss.php$' => string 'index.php?feed=rss' (length=18)
'.*wp-rss2.php$' => string 'index.php?feed=rss2' (length=19)
'.*wp-feed.php$' => string 'index.php?feed=feed' (length=19)
'.*wp-commentsrss2.php$' => string 'index.php?feed=rss2&withcomments=1'
(length=34)
'feed/(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$1'
(length=18)
'(feed|rdf|rss|rss2|atom)/?$' => string 'index.php?&feed=$1' (length=18)
'page/?([0-9]{1,})/?$' => string 'index.php?&paged=$1' (length=19)
'comment-page-([0-9]{1,})/?$' => string 'index.php?&page_id=2&cpage=$1'
(length=29)
'comments/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?&feed=$1&withcomments=1' (length=33)
'comments/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?&feed=$1&withcomments=1' (length=33)
'comments/page/?([0-9]{1,})/?$' => string 'index.php?&paged=$1'
(length=19)
'search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?s=$1&feed=$2' (length=22)
'search/(.+)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?s=$1&feed=$2' (length=22)
'search/(.+)/page/?([0-9]{1,})/?$' => string 'index.php?s=$1&paged=$2'
(length=23)
'search/(.+)/?$' => string 'index.php?s=$1' (length=14)
'category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?category_name=$1&feed=$2' (length=34)
'category/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?category_name=$1&feed=$2' (length=34)
'category/(.+?)/page/?([0-9]{1,})/?$' => string
'index.php?category_name=$1&paged=$2' (length=35)
'category/(.+?)/?$' => string 'index.php?category_name=$1' (length=26)
'tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?tag=$1&feed=$2' (length=24)
'tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?tag=$1&feed=$2' (length=24)
'tag/(.+?)/page/?([0-9]{1,})/?$' => string 'index.php?tag=$1&paged=$2'
(length=25)
'tag/(.+?)/?$' => string 'index.php?tag=$1' (length=16)
'author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?author_name=$1&feed=$2' (length=32)
'author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?author_name=$1&feed=$2' (length=32)
'author/([^/]+)/page/?([0-9]{1,})/?$' => string
'index.php?author_name=$1&paged=$2' (length=33)
'author/([^/]+)/?$' => string 'index.php?author_name=$1' (length=24)
'([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$'
=> string 'index.php?year=$1&monthnum=$2&day=$3&feed=$4' (length=44)
'([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' =>
string 'index.php?year=$1&monthnum=$2&day=$3&feed=$4' (length=44)
'([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => string
'index.php?year=$1&monthnum=$2&day=$3&paged=$4' (length=45)
'([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$' => string
'index.php?year=$1&monthnum=$2&day=$3' (length=36)
'([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?year=$1&monthnum=$2&feed=$3' (length=37)
'([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?year=$1&monthnum=$2&feed=$3' (length=37)
'([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$' => string
'index.php?year=$1&monthnum=$2&paged=$3' (length=38)
'([0-9]{4})/([0-9]{1,2})/?$' => string 'index.php?year=$1&monthnum=$2'
(length=29)
'([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?year=$1&feed=$2' (length=25)
'([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?year=$1&feed=$2' (length=25)
'([0-9]{4})/page/?([0-9]{1,})/?$' => string 'index.php?year=$1&paged=$2'
(length=26)
'([0-9]{4})/?$' => string 'index.php?year=$1' (length=17)
'[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$' => string
'index.php?attachment=$1' (length=23)
'[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$' => string
'index.php?attachment=$1&tb=1' (length=28)
'[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$'
=> string 'index.php?attachment=$1&feed=$2' (length=31)
'[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$'
=> string 'index.php?attachment=$1&feed=$2' (length=31)
'[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-
page-([0-9]{1,})/?$' => string 'index.php?attachment=$1&cpage=$2'
(length=32)
'([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$' => string
'index.php?year=$1&monthnum=$2&name=$3&tb=1' (length=42)
'([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' =>
string 'index.php?year=$1&monthnum=$2&name=$3&feed=$4' (length=45)
'([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?year=$1&monthnum=$2&name=$3&feed=$4' (length=45)
'([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$' => string
'index.php?year=$1&monthnum=$2&name=$3&paged=$4' (length=46)
'([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$' => string
'index.php?year=$1&monthnum=$2&name=$3&cpage=$4' (length=46)
'([0-9]{4})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$' => string
'index.php?year=$1&monthnum=$2&name=$3&page=$4' (length=45)
'[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$' => string
'index.php?attachment=$1' (length=23)
'[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$' => string
'index.php?attachment=$1&tb=1' (length=28)
'[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' =>
string 'index.php?attachment=$1&feed=$2' (length=31)
'[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' =>
string 'index.php?attachment=$1&feed=$2' (length=31)
'[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$' =>
string 'index.php?attachment=$1&cpage=$2' (length=32)
'([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$' => string
'index.php?year=$1&monthnum=$2&cpage=$3' (length=38)
'([0-9]{4})/comment-page-([0-9]{1,})/?$' => string
'index.php?year=$1&cpage=$2' (length=26)
'.+?/attachment/([^/]+)/?$' => string 'index.php?attachment=$1'
(length=23)
'.+?/attachment/([^/]+)/trackback/?$' => string
'index.php?attachment=$1&tb=1' (length=28)
'.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?attachment=$1&feed=$2' (length=31)
'.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?attachment=$1&feed=$2' (length=31)
'.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$' => string
'index.php?attachment=$1&cpage=$2' (length=32)
'(.+?)/trackback/?$' => string 'index.php?pagename=$1&tb=1' (length=26)
'(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?pagename=$1&feed=$2' (length=29)
'(.+?)/(feed|rdf|rss|rss2|atom)/?$' => string
'index.php?pagename=$1&feed=$2' (length=29)
'(.+?)/page/?([0-9]{1,})/?$' => string 'index.php?pagename=$1&paged=$2'
(length=30)
'(.+?)/comment-page-([0-9]{1,})/?$' => string
'index.php?pagename=$1&cpage=$2' (length=30)
'(.+?)(/[0-9]+)?/?$' => string 'index.php?pagename=$1&page=$2'
(length=29)
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10446#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list