I need to add an additional filter based on a category for posts that have a custom post_type.
For example, I have a page located at /category/tasks that lists all tasks. I need to make it so I can have additional pages that filter even further like /category/tasks/current, category/tasks/future, /category/tasks/past. I can figure out how to get the query to work, I just am not sure how to pick up the type of filter from the URL. (currently it goes to a page not found error when adding the additional word after /tasks)

category/tasks, a page? ... How are you doing that, i'd expect that to be a category archive.. Some clarification of how you're archieving the current setup would be helpful.. Please.. :) – t31os Feb 4 '11 at 23:35