Skip Navigation

[Resolved] Changes in post type template

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1219848

Hi,

I have created a new post type and created a single page template using elementor as per this article https://toolset.com/documentation/user-guides/using-toolset-with-elementor-page-builder/create-templates-for-custom-post-types-with-elementor-and-toolset/

Whenever I make a change to the template, the existing posts do not get updated. Do I need to edit each page and save in order to reflect the template changes?

Please help on this.

Regards,
Lokesh

#1220158

Hello,

Content template is using WordPress built-in filter hook "the_content" to render content by default, but some theme does not use the_content() function:
https://developer.wordpress.org/reference/functions/the_content/

I suggest you check these:
1) Switch to wordpress default theme 2019, and test again
2) If the problem if fixed, then it should be a compatibility problem of your theme, you can follow our document to locate your theme function name
https://toolset.com/documentation/user-guides/theme-support-for-content-templates/

And use it in Toolset->Settings page, under the Front-end Content tab. You can find the appropriate field in Theme support for Content Templates section.