[Gelöst] Custom Single Templates not Working new Enfold Theme
This support ticket is created vor 4 Monaten. 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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
I am trying to:
I have created a Single Post Template in Toolset for "kurs" which did work.
Enfold Theme got new updates and it seams somehow overrides it again, as it is not anymore working.
It was completed, but new version has again issues: https://toolset.com/forums/topic/views-enfold-conflict/
The single post Template from Toolset is not beeing loaded anymore, it only shows the standard "page" tempate from enfold.
Link to a page where the issue can be seen: versteckter Link <- enfold standard template page
I expected to see:
the page content tamplate which I created in toolset for that reason (did work with older enfold version)
If you need the newer enfold theme, I can send you
So as shared with above errata page - within your child theme you should create single post content template for your custom post type and use the the_content() function to display the post content.
enfold does use the_content() to display its content. I can add an filter to the_content and that gets applied.
But will try to creat the single post template