Hi all,
I have issue with putting multiple queries in same template.I have searched sm help on google, but couldn't find a solution, even in http://codex.wordpress.org/The_Loop#Multiple_Loops.
I want to display some posts related to two categories, in different div's. so I have tried with putting two query post, but it get messed up with pagination.
I have tried with query rest (wp_reset_query()), creating new query objects..etc. but none of these couldn't work.
Please help me to find a solution to this.