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

Daniel Torreblanca regulatethis at gmail.com
Sun Aug 24 23:10:02 GMT 2008


What do you mean you need to act on the "whole post"? the_content
filter will act on the "whole post" contents. But I'm not sure what
you're talking about specifically.

On Sun, Aug 24, 2008 at 1:59 PM, Malaiac <malaiac at gmail.com> wrote:
> 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
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list