Hi, I was able to allow the user to select from 2 categories and wordpress would display all the posts matching these categories. Only the posts in both categories are displayed.
On the post page, I want to display the title of the two categories selected before the list of posts - some what like "Here are archives to XXX and YYY categories". I can display the 1st category title but not the second selected category title.
The input string goes something like this http://website/?cat=3&cat=12. If a search string is supplied, it goes like this http://website/?cat=3&cat=12&s=searchtext
Anyone please help.