I have a custom post type "contest_recipe". I can view contest recipe posts by year and by date with the following urls:
http://example.com/2011/?post_type=contest_recipe - shows all 2011 contest recipes http://example.com/2011/7/?post_type=contest_recipe - shows all July 2011 contest recipes
I would like to simplify the url to
http://example.com/2011/recipes http://example.com/2011/7/recipes
Is this possible? I am not familiar with the rewrite rules concept. Can anyone recommend a tutorial on how to learn about this or provide an example?
