return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>archives - How can I show a list of posts using the dynamic selection box?
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

archives - How can I show a list of posts using the dynamic selection box?

programmeradmin1浏览0评论

I want to use the Select Box to make a separate archives by year and month.

The list of articles for the year selected in the first selection box is divided into months in the second selection box.

And if I choose a month in the second, I want to go to the monthly list.

I searched a lot of code, but I couldn't find the right one. Do you have any code or plug-ins to refer to?

I want to use the Select Box to make a separate archives by year and month.

The list of articles for the year selected in the first selection box is divided into months in the second selection box.

And if I choose a month in the second, I want to go to the monthly list.

I searched a lot of code, but I couldn't find the right one. Do you have any code or plug-ins to refer to?

Share Improve this question edited Dec 15, 2020 at 10:03 Dev lucasdesign asked Dec 15, 2020 at 9:23 Dev lucasdesignDev lucasdesign 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

When you select month selection box you can generate WP year archive link OR month archive link

I think this will help you.

发布评论

评论列表(0)

  1. 暂无评论