Archived topic
Post Meta Template --> PHP function
1 reply · Started by Fabien on January 28, 2022
Hi,
What is the PHP function that will allow me to replace current post meta template by a template part created on a child theme ? I want to achieve what you can do with elements --> blocks --> Post Meta Template but instead of using the visual editor, I want to use a file.
Thanks
Hi there,
you can see the functions that GP calls to add the Post Meta:
And the footer meta:
You can replace those functions in your child theme, or simply unhook them and hook in your own template.