Archived topic
Qestion regarding content-page template
3 replies · Started by GL on December 20, 2020
Hello -
I noticed that content-page.php does not call 'generate_after_entry_content' whilst other content template files do.
Would you mind explaining the reasoning behind this?
I have created some content template files and would like to figure out if I should include that action or not.
Hi there,
the primary purpose of the generate_after_entry_content hook in the theme is to add the Post Footer Meta, which by default Pages do not require. You can use the generate_after_content to achieve the same position on pages.
Gotcha - thanks!
You're welcome