Tell us what you are trying to do?
Everything worked fine until I upgraded my theme to the latest version. I use a custom child theme of Uncode as the base.
You can see the live, working version here: hidden link and in particular, here's a page that uses Content Template to load the custom post content: hidden link
And here is the broken version on our staging server: hidden link
The only difference between the two codebases is the staging server has the most recent versions of both Uncode and Toolset. The content template stopped loading after upgrading the theme, not after upgrading the Toolset plugins.If I revert to twentyseventeen or another theme, the content template loads fine so it's obviously the theme.
I know you can't provide support specific to 3rd party themes, but I'm hoping you can help me at least diagnose this further and perhaps there's a workaround you're aware of.
Is there any documentation that you are following?
I've already turned on theme debugging, as you can see from the staging server URL. From the looks of things post content is all being built within a while loop instead of being fed as a variable to a function like the_content()