Does AWP have any sort of support for multiple iterations of the Wordpress Loop?
Let me explain my situation. I have multiple "div" chunks set up in a theme I am developing, and I want each div to display a specific category. I do this now by iterating The Loop multiple times, once for each category inside it's repsective div.
If I am in the first div, clicking on links inside that div AJAX load the content okay. However, if I am in the second or further div, clicking on those links loads the content into the -first- div. I want the content to load locally.
(As an aside, if I click on a link in a sidebar or anywhere outside a specific div, the content will likewise only load in the first div. Second and further divs are unaffected I know that's a related but unrelated issue...)
Is there a way to do this that I dont know about? Is there something I can pass to AWP to make it "talk" only to a specifc div, depending on the location of the link?