============原始的情况=======================
single
http://mysite.com/custom-post-type/post
archives
http://mysite.com/custom-post-type/
http://mysite.com/custom-taxonomy/term/
http://mysite.com/custom-taxonomy/term/child-term/
==========利用某插件后,现在的情况=============================
single
http://mysite.com/custom-post-type/term/childterm/post
archives
http://mysite.com/custom-post-type/
http://mysite.com/custom-post-type/custom-taxonomy/term/
http://mysite.com/custom-post-type/custom-taxonomy/term/child-term/
archives or
http://mysite.com/custom-post-type/
http://mysite.com/custom-taxonomy/term/
http://mysite.com/custom-taxonomy/term/child-term/
===========其实我想要的理想的情况==============================
single
http://mysite.com/custom-post-type/term/childterm/post
archives
http://mysite.com/custom-post-type/
http://mysite.com/custom-post-type/term/
http://mysite.com/custom-post-type/term/child-term/
===========请问有什么好的办法?=============================