Thread Starter
bnfan
(@bnfan)
We have resolved the isssue by using three filters:
getarchives_where
getarchives_join
clean_url
Thanks for workpress’ filter mechnism.
Thread Starter
bnfan
(@bnfan)
Thank you MichaelH,
Here let me clarify my question, we wanna list the archive list base on date and category at the same time. For example, only list the archive links in category A base on their posts’ date.
The archive links output is as follow:
February 2009
January 2009
December 2008
November 2008
August 2008
July 2008
But when you click one of them, only the category A’s posts are listed.
Do we have methods to address this issue?