pretty simple. I'm creating a plugin and I want to dynamically insert some text that will change every hour into the line that is directly below the title of a post (So filters are no good). It's the <div class="entry-meta">. The <div class="entry-utility"> at the bottom of the post would be good too. I can't seem to find a hook for this and I'm guessing there is none.
Right now the solution I have is to hook into "the_content" and place it as a footer, but it looks reaaally bad because it's a small piece of text with an entire line to itself. It would look considerably better if I could insert it into those lines mentioned.