开发者

Wordpress archive page

开发者 https://www.devze.com 2022-12-11 04:23 出处:网络
I want more functionality out of the wp_get_archives tag. I want my results to look like this: Year Month

I want more functionality out of the wp_get_archives tag. I want my results to look like this:

Year

Month

开发者_Python百科Post Post Post

Year

Month

Post Post Post

To achieve this, am I going to have to use the loop? Is there another way to do this besides the loop?


As far as I know, to do this, you'll be writing your own logic in the archive page using the loop.


Lots of [archives related plugins][1] that do close to what you want.

[1]: WordPress › WordPress Plugins

0

精彩评论

暂无评论...
验证码 换一张
取 消