[wp-hackers] No trigger to act on each post

Malaiac malaiac at gmail.com
Sun Aug 24 17:59:05 GMT 2008


I just browsed the code.

Standard Loop :
while have_posts()
the_post()

no action trigger in the_post (just the loop_start action)
no action trigger in next_post() or setup_postdata()

Am I missing something or is there really no way to act on each post
before display ?
And no, I don't need filters, I do need to act on the whole post..

Malaiac


More information about the wp-hackers mailing list