09/17/2013 at 1:59 pm
#269348
Keymaster
@ kris
The hook that the entry action output hooks into can be found here.
Just move that block of code after line 515.
What I’ll do is add a before and after entry action list hook. That way you can unregister the before entry list action and re-hook it to the after entry list action in the theme’s functions.php file or by creating you own utility plugin.
Will that work for you?