You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most important template locations for which a standard hook is needed is post content; primarily, allowing for injection of code/content after the post content.
I would recommend any/all of the following template locations for consideration:
post_meta post_title post_content (or post_entry or whatever)
Or, using the existing entry nomenclature, perhaps:
entry_meta entry_title entry_content
...with _before and _after variants for each.
The text was updated successfully, but these errors were encountered:
One of the most important template locations for which a standard hook is needed is post content; primarily, allowing for injection of code/content after the post content.
I would recommend any/all of the following template locations for consideration:
post_meta
post_title
post_content
(orpost_entry
or whatever)Or, using the existing
entry
nomenclature, perhaps:entry_meta
entry_title
entry_content
...with
_before
and_after
variants for each.The text was updated successfully, but these errors were encountered: