OK... How can I make a loop follow two conditional statements. More specifically the is_category and is_tag. I want the loop to just see if it is a category archive and then only show posts for a specific tag. I know how to make it check for one or the other when it comes to conditional statements...I just can't figure out how to make it follow both at the same time.
Basically, I am using multiple loops in the archive template. Each loop is set to show posts for a specific tag. When I go to a category archive, I want it to show only the posts in that category while each loop only shows those specific tags in that category.
Hope that makes sense...