I tell you true I am newbie in wordpress and programming.
I need advice.
I wanted to create URL to list all posts in specified category for specified date. For example all posts in 'tennis' category for October 23. Using php I created links like http://mysite.com/?m=20081023&cat=6 for this. It worked fine for the first time. But now I am using "Pretty Permalinks" like /%category%/%postname%.html. After I turned on "Pretty Permalinks" links http://mysite.com/?m=20081023&cat=6 leads users to http://mysite.com/category/tennis, if cat 6 is 'tennis'. But it leads to list of posts in whole tennis category, not for October 23 only.
How to make it works again. Please help.