Is possible to redirect category to first available child post please? Thanks!
Leave a Reply
You must be logged in to post a comment.
Is possible to redirect category to first available child post please? Thanks!
You must be logged in to post a comment.
I had to do that, but only in some categories in my site.
This was the code I used – I put it in my theme’s
functions.php
:Of course, if you need to do it in all your categories, you can remove the condition
if (is_category('3') || is_category('5') )
.