Hi,
Sorry custom fields we can not added cause we don’t know which fields type used .
So if you need you can customize that depends on your custom fields.
Thanks
Does this mean that I could insert a custom field programmatically via a hook, filter or some other means? I have a post subtitle field I would like to display. The field is in post meta.
Thank you.
Sorry we don’t use any hook we use our own template/ layout
You can add your code in my layout.
Thanks
“You can add your code in my layout”
What does this mean? That I would have to modify the plugin?
Do the standard WordPress filters work, like “the_title”?
You can use “get_the_title” for filter
Thanks
I tried the the_title and the the_except filter and both worked. “get_the_title” is not a filter, and by itself would not work.
we use get_the_title function
I’m sure you do use it in your plugin, but I’m addressing how to manipulate the output without modifying the plugin, by using hooks and filters in the functions.php file of the theme or another plugin.