I have a few categories.
in each of them, I have only one post.
by clicking on a category, I have to click on that single post to enter.
I wish, by clicking on the category, enter directly in that one post.
This method avoids having to click two times in the post.
Any suggestions for what I have to use code in archive.php?
this function will check if you’re on a category page and 302 redirect to the latest post in that category. put it in your theme’s functions.php file.