Ok so I have categories and sub categories to them.
Categories:
Honda
-Civic
-Accord
Toyota
-Camery
-Corrola
Nissan
-Maxima
-Versa
Now I want to display only 5 of those Sub_Categories randomly using wp-list-categories. I went through all of the args but still cant figure this out.
So I would want to see randomly:
- Versa
- Civic
- Camery
- Maxima
- Corrola
(with out showing the parent of Honda, Nissan and so forth)
How can this be done? or if it cannot with wp_list_categories then is there a better alternative?