Getting category posts from a certain year

Is there a way to get category posts from a certain year?

I know how to get all posts posted in a certain year - www.example.com/**year**/

or with months - wwx.example.com/year/month (that's how the default archive works)

Is there a trick to get for wwx.example/year/category/

Thanks!

Topic posts archives Wordpress

Category Web


Is there a trick to get for wwx.example.com/year/category/

The main query is open to public query variables like year and cat so without pretty permalinks you could try

www.example.com/?year=2022&cat=5

where 5 is the category id as an example and with pretty permalinks it would be redirected to

www.example.com/2022/?cat=5

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.