Hi,
We want to set up homepage to show only top level category. Let say category structuer is
vehicle
— car
— truck
— others
suiting
— cloth
— gloves
---- other
We want to show only posts from vehicles ( even when car is selected but not top level ). how can we do that?
I tried pre-post add_action but it hurts pagination count.
Another issue is, we want to show only one blog post from another category on the top of the content area at homepage.

