Looking for acting on parent categories only
-
Hi there,
As titled, I’m looking for acting on my parent categories only, without touching about their childs.
At the end, I would like to redirect url/category/parent/ (which is a category) to url/parent/ (which is a page).
So I’m thinking about using wp_redirect() but I need to apply it to the right moment.
I found that topic that is also about parent category but the code influence child categories.
<?php $category = get_the_category(); if ($category[0]->category_parent != '') {echo 'hello world!' ;} ?>
Does anyone know something to target only my category parents ?
Thanks a lot for helping,
Vinc
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Looking for acting on parent categories only’ is closed to new replies.