Skip Navigation

[Resolved] Compatibility with Newspaper theme

This thread is resolved. Here is a description of the problem and solution.

Problem:
Compatibility with Newspaper theme

Solution:
Content Templates modify the content when called from the WordPress’ built-in the_content function. Some themes do not use the_content function, but define their own function. In this case, Content Templates are not applied to selected posts on the front-end.

You can find the proposed solution in this case with the following reply:
https://toolset.com/forums/topic/compatibility-with-newspaper-theme/#post-1755265

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/

This support ticket is created 4 years, 3 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by yeeloonl 4 years, 3 months ago.

Assisted by: Minesh.

Author
Posts
#1753685

Hi,

I have created a new custom post type called "Listing" with some custom fields. But somehow, I was not able to output/override the theme's template to display the custom fields.

Do you have any references on how to integrate Toolset with the Newspaper theme (hidden link) one of the popular themes at Themeforest?

Hear from you again!

Thanks,
yeeloon

#1755265

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Content Templates modify the content when called from the WordPress’ built-in the_content function. Some themes do not use the_content function, but define their own function. In this case, Content Templates are not applied to selected posts on the front-end.

Can you please try to follow the steps given with the following related ticket and try to resolve your issue.
https://toolset.com/forums/topic/display-a-custom-field-in-template-single-post-category-and-author/#post-1220169

More info:
=> https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/

#1758743

My issue is resolved now. Thank you!