I have 2 forms for posts. One to add posts and one to edit posts. The add posts form is tied to a single post content template. I want to now have a single post template that shows the post. When I try to add another content template it says that a template is already linked to a single post. What is the solution for this?
I hope that I have explained clearly.
Thanks,
Aaron
Hello Aaron and thank you for contacting the Toolset support.
Only one Content Template can be assigned to a custom post type, you can not assign two. You can instead assign a different content template on a post per post basis. But I doubt that is what you would like to have.
Instead, I suggest using a conditional test to show different output(views, forms, etc) depending on the conditions. Check the following articles:
- https://toolset.com/documentation/user-guides/views/conditional-html-output-in-views/
- https://toolset.com/documentation/user-guides/gutenberg/using-toolset-conditional-block/
As of now, I am not sure to understand what you would like to have? Using forms to add/edit content or using Content Template to show content?
Can you give more details on what you would like to have?
Can you provide screenshots when relevant to explain better your use case?
Can you also paste your Toolset Debug information in the Debug information field?
- https://toolset.com/faq/provide-debug-information-faster-support/
My issue is resolved now. Thank you!