wordpress常用函数详解3:wp_get_archives()
3,664
0
wp_get_archives()函数是用来获取wordpress博客的文章存档,通过设置wp_get_archives()函数的参数,可以按各种方式获取,如按月,按年等等。
wp_get_ar......