It was about using a combined catagory plugin called Intersect, which I’m now trying to get working (in WP 2). You said:
“Hi, this is exactly what I needed. I made a small change though to use $wp_query->query_vars instead of $_GET because I am using wordpress more as a CMS, and embedding certian categories in certian pages.”
I’m trying to do the same thing (embedding certain categories on pages), and I’m not able to get the intersect filters to work when using:
query_posts(”cat=3,12&intersect=1″)
in the category page itself. Intersect DOES work when doing it through the url (like ?cat=3,12&intersect=1), but that is as unuseful to my situation as it seemed to be for yours. Could you give me any insight? Thanks.
]]>