I need to have two view blocks on each /taxonomy/term url, one for news and one for reviews (two different content types). I want them each to have a 'more' link that shows that shows the specific content type for that specific taxonomy term. How can I do this? I figured to have a blank views page at /taxonomy/term where I display the two views blocks to begin with, but what should the URL for the views page be? And how do I pass the taxonomy to that page so it knows which nodes to display?

For clarification, I have a taxonomy term 3 that is = Asia. I want the /taxonomy/term/3 to show two blocks, latest news and latest reviews for term 3. I also want to have a 'more' link for each block that shows all the news or reviews for term 3. how do I do this?

Thanks
John