Hi Hassan,
I suggest you try this:
1) custom your term link, add post_type as a URL parameter, like this:
…&post_type=candidate
…&post_type=job-post
2) use WP filter hooks "pre_get_posts" to filter with the URL parameter "post_type",
http://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
Please let me know if you need assistance to do it
Regards
Luo