Hi Friends,
I am new to wordpress plugin development. I have created a custom post types and two taxonomies for this post type. One of this taxonomies is 'edition' which has values 'july-2011', 'june-2011' etc.
My problem is I am trying to create an edition page that display the all the editions that were created, while I can get the code to work I am having a problem with permalinks.
When I call http://www.example.com/edition/july-2011, everything works ok and I get a view of all the custom posts for the july-2011 edition, but when I call http://www.example.com/edition/, I get directed to the 404.php page for the theme.
Sorry if this question is answered elsewhere but I have searched and tried some the tips elsewhere but still have this problem. My wordpress version is 3.2.1
Thanks
John