I have Category and subcategory eg:
news(world,politics,religion,...) and music(a,b,c,d,...)
I want to have tab for the news only and I want to display randomly 3 tabs only (for example: only world, US, Business) and when I click on the tab it display the content. How do I do this which function to call? is there any tutorial about this on the internet?
Thanks