Skip Navigation

[Resolved] Theme does not use proper method for displaying content

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

Problem:
Theme does not use proper method for displaying content - enfold theme content template not rendering

Solution:
you need to create a child theme and add PHP template that should display the single post type.
=> https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post

You can find the proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/theme-does-not-use-proper-method-for-displaying-content/#post-1228615

Relevant Documentation:
https://kriesi.at/support/topic/need-to-modify-single-php-as-an-own-template/#post-292869

This support ticket is created 5 years, 5 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 4 replies, has 2 voices.

Last updated by antonioR-4 5 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#1227748

I am trying to:

Get the Content Template to work properly

Link to a page where the issue can be seen:

hidden link

I expected to see:

My edits from the Content Templates

Instead, I got:

hidden link

#1227846

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - I see you are using the enfold theme and that theme as far as I know not using the standard the_content() function to display the content.

However, first I would like to confirm that issue is from the theme and for that, I need to login to your site but when I try to access wp-admin, it redirect me on the following page:
=> hidden link

Can you please share wp-admin URL so I can log in to your site and check the issue.

#1228269

Yes sorry!

hidden link

#1228615

Minesh
Supporter

Languages: English (English )

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

Well - as I suspected the issue is Enfold theme is not using the standard the_content() function to display the body content.

So, the solution is, you need to create a child theme (which you already have it) and add PHP template that should display the single member post type.
=> https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post

And with that PHP template that should display the single member posts, you should modify it in such a way that you need to use the the_content() function.

I found the following support tickets:
=> hidden link
=> hidden link

Or please contact enfold theme support that will help you to build a single post type PHP template.

#1229103

My issue is resolved now. It works perfectly now thank you very much!

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.