Hi!
It’s possible to use the option “radio button” like a category for display different content?
I.e:
I’ve a custom post type called “Diary” and inside 3 different categories:
1 – Workout
2 – Secret
3 – Food
Now I’ve setup a page.php with the WP query who listed all post.
In this page I’ve a sidebar menu with the 3 categories above.
When I click on a menu item I want to see the posts belonging to that category
Is it possible?
Thanks
Are these categories part of a custom taxonomy or part of the standard WP categories?