Comment #1 on issue 709 by spikeyslam: Add the_footer action in theloop.php
to allow plugins to create footers
http://code.google.com/p/kaytwo/issues/detail?id=709
added the actions: "template_entry_head" and "template_entry_foot" in r745.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
You can accomplish your goal by hooking the_content to append a closing
</div> tag
for the .entent-content then open a new div for your entry-footer and its
content.
No need to have a closing </div> for the entry-footer since it will match
the
original wordpress closing </div> of the .entry-content.