[wp-hackers] Custom Post Redirect When Post Page is not root

Andrew Nacin wp at andrewnacin.com
Tue Mar 22 18:43:02 UTC 2011


On Tue, Mar 22, 2011 at 1:18 PM, Aaron D. Campbell <aaron at xavisys.com>wrote:

> http://core.trac.wordpress.org/ticket/16807
>
>
> On 3/22/2011 10:03 AM, Alex Andrews wrote:
>
>> Hi all,
>>
>> I have my Post Page set in options to 'site.com/news'. When I register
>> a custom post type I use "rewrite' =>  array( 'slug' =>
>> 'books','use_front' =>  false)" - as I want the urls to be
>> site.com/books. When I do this, it doesn't work - though
>> site.com/books/test redirects me to site.com/news/books/test.'
>
>

While there are some issues with the implementation, as Aaron linked, your
issue is probably use_front versus with_front.


More information about the wp-hackers mailing list