First I will show my permalink structure: /%category%/%post-name%/
Then, I created a custom post type. And now I want to create an archive for those posts related to my custom post type. So I wonder, how will I do that?
Viewing it in the WordPress documentation, there is something about create a archive-{post-type}.php file, but I still don't understand how it works, and it says nothing about how the permalinks will look like.
What should I do?
/[post-type]/,/[post-type]/page/2/, ... or should they include a taxonomy too? – Jan Fabry Feb 17 '11 at 14:01