[wp-hackers] No trigger to act on each post
Casey Bisson
casey.bisson at gmail.com
Mon Aug 25 13:22:55 GMT 2008
Your theme call one of your functions in the loop immediately after
the_post() and modify the posts in the $wp_query object. You could
also do the same thing at the template redirect action hook.
--Casey
http://about.Scriblio.net/
http://MaisonBisson.com/
On Aug 25, 2008, at 4:34 AM, Malaiac wrote:
> For example, I need to assign and modify exotic metas values before
> they are displayed.
> Some metas are called before the_content, so it can't wait for
> the_content filter
>
> M
More information about the wp-hackers
mailing list