Hi!
I modified The Events Calendar plugin so that I can use Thematic's templates, but now I want to put some code between the post title (under post meta) and the post content. So the structure would be like that:
-Post title
-Post meta
-My code
-Post content
I tried this: add_action('thematic_singlepost', 'showEventInfo', 10);
But if I put a 10 or lower, my code appears over the post title, and if I put 11 or higher then it appears after the content... And I want it in the middle :)
Any idea?
Thanks!