I felt this needed more explaining –
the process that I can see occuring is the following :
1. Visitor cliks Tab ( a category )
2. The tab doesn’t link to a page, instead it returns false (javascript) and calls a function which then calls the information from the database ( posts within the category clicked ) and display the information on the page in some order. It may call the information and then put it in a JSON file / Array or something and then I would need to display the posts in order of newest to oldest in a content area below the tabs.
Visitors would be posting information under each category at some point in the website but for now I want to try and get this functionality working
Thanks again in advance