[wp-trac] [WordPress Trac] #13813: Author permalink in WP3.0 multisite mode (maybe in single site mode)
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 10 08:56:58 UTC 2010
#13813: Author permalink in WP3.0 multisite mode (maybe in single site mode)
--------------------------+-------------------------------------------------
Reporter: lonelicloud | Owner: ryan
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.0
Component: Permalinks | Version: 3.0
Severity: normal | Keywords: permalink, author
--------------------------+-------------------------------------------------
In multisite mode, the author permalink is NOT correct when using post
permalink like '''/posts/%postname%/'''. In this case, author permalink is
generated as
{{{
http://yourdomainname.tld/blog/posts/author/authorname
}}}
The base word POSTS is added to this, not like before. Should it be
{{{
http://yourdomainname.tld/blog/author/authorname
}}}
Please check it! Maybe also accur in single site mode.
It's my first ticket. I'm not sure wether it meets the requirements. But
the problem is real.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13813>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list