[wp-trac] [WordPress Trac] #18561: Better Way to Insert Things Below Individual Posts
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 1 14:02:11 UTC 2011
#18561: Better Way to Insert Things Below Individual Posts
-------------------------+------------------------------
Reporter: jane | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.2.1
Severity: minor | Resolution:
Keywords: |
-------------------------+------------------------------
Comment (by ev3rywh3re):
I know it might sound a little push-backish on theme developers, but
developing a standard set of get_template_parts and do_actions that's
already mentioned would definitely solve the problem.
I know most decent themes (base themes, frameworks, ack, etc.) already
implement these types of filters, but there is no standard naming
convention for the filters(actions). Once there is an action or filter
that is documented to be used for a specific purpose, I'd target that
first. if some theme isn't using it then I'll either use something that
does or hack it so it works (not that any plugins or theme need any
hacking :P)
{{{
<?php do_action( 'the_content_after' ) ?>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18561#comment:29>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list