display post by $_POST[date] in wordpress
问题 I really need help for this problem in wordpress about displaying and filtering datas. I have html in this form, so first i have two drop down list( DDL ), which should be populated related to the date of the posts. First DDL it should contains all the years of the posts, and second DDL should contains all the months of the posts. <select name="month"> <option value="2001"> 2001</option> <option value="2002"> 2002</option> <option value="2003"> 2003</option> <option value="2004"> 2004</option