I know that WP 3.1 has added support for archives for custom post types but is there any way to customize the permalinks for them?
|
Take an example custom post type called
For more information see WP_Rewrite |
|||
|
|
to customize the permalink of the CPT archive? Check this out http://mark.mcwilliams.me/2010/10/wordpress-3-1-introduces-custom-post-type-archives/ Basically just use the has_archive feature to change the permalink
Is a way to register a CPT. The has_archive turns on the archive support. Swap that out like:
Or what have you to adjust the permalink for the CPT archive. Or are you looking for ways to alter the permalinks with teh CPTs in general? Which is done with the rewrite parameter http://codex.wordpress.org/Function_Reference/register_post_type#Arguments Not sure which part you are trying to do |
|||||||||
|
