Wordpress, list all posts

butcher

Banned
Jul 22, 2008
1,137
6
0
UK
Sorry if this is a dumb question, I cant find a simple answer anywhere. Everything I have found is like 50 lines of code and im sure there is something build into WP for this.

Im doing a film review site for a friend. I am using sub categories from each genre of film so top category is reviews them sub cats include horror, comedy etc. I am listing the categories using. Im using sub cats as he also has - news - sub cats/ events - sub cats etc.

<?php wp_list_categories('child_of=3&title_li='); ?> which works fine but I want to put a jquery expanding box below which when clicked will simply list all the films in every category alphabetically. Surely this should be simple? Hopefully a WP whiz can point me in the right direction (not the jquery, just how to list all posts).

Cheers