[wp-hackers] Complete list of articles

Pixline supporto at pixline.net
Mon Feb 4 20:22:45 GMT 2008


> query_posts($query_string.'posts_per_page=-1');
> while(have_posts()) { the_post();
> the_time();
> the_title();
> }
>
> If you want to make the thing paged, just change the posts_per_page
> number to how many you want to show on each page, then add some next
> and previous link calls to make it paged.

This should be in the codex. It's one of the clearest examples I've  
ever read.
I'm just undecided on where to put it :-)

Paolo



More information about the wp-hackers mailing list