Hi !
I would like to display a tab menu, each tabs being a category name.
When reading an article, the tab of its category should be opened, displaying the last 5 posts in that category.
Finally, clicking on other tabs should not switch to the related category, but show that category list of 5 latest posts.
I can't seem to find how to implement that.
I suppose i need to get the list of all posts by category, and via css/javascript, tabbify the whole list. Just can't seem to have wordpress output that for me.
Can someone tip me into the right direction?