I am trying to set a template to my archive page, it's the same situation reported in the last ticket # 1612453773.
To do that;i think I can use the procedure described in
https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/
Please confirm if yes.
So, I try to debug my page and I get this info:
---------------------------------------------start
Biblia Nueva Version Internacional
Content Template debug:
Calling functions are Toolset\DynamicSources\DynamicSources::get_shortcode_content, Toolset\DynamicSources\DynamicSources::get_source_content, Toolset\DynamicSources\Sources\PostContent::get_content, WP_Hook::apply_filters
Este es el resumen de la Biblia Nueva Versión Internacional
Biblia Traducción en Lenguaje Actual
Content Template debug:
Calling functions are Toolset\DynamicSources\DynamicSources::get_shortcode_content, Toolset\DynamicSources\DynamicSources::get_source_content, Toolset\DynamicSources\Sources\PostContent::get_content, WP_Hook::apply_filters
Este es el resumen de la Biblia Traducción en Lenguaje Actual
---------------------------------------------end
So, I think the functions are some of the followings:
get_shortcode_content
get_source_content
get_content
I have tried set up these three strings in my settings:
Toolset --> Front end content --> Theme support for Content Templates
But it doesn't work
My objective is show the contents with the theme template page.
Please your help.
Thanks in advance
David M.