How about /category/%category%/%postname%/
I haven’t tested that though.
/category/%category%/%postname%/
then for category area it will be.
category/category/%cat_name%/
also tags, author, archive (daily, monthly, etc).
works properly on posts and pages but above
Thread Starter
Adam
(@cscottrun)
this works except it breaks my custom post types.
So i have something like:
/category/%category%/%postname%/
but when it comes to custom post types I get
/category/custom_post_type/post_name
and it breaks only for custom post types. – ideas?
it, the custom post types, work if its /%category%/%postname%/ but then it fails at pagnation as I get a 404 on /category_name/post_name/page/2 but I don’t on /category/category_name/post_name….
if that made sense.