As written in the title,
I am trying to:
duplicate this behaviour with Views: hidden link
Is it possible?
As I understand you plan to display content of one single post in multiple columns.
The very simplest solution would be, to have multiple WYSIWYG editors in your Post Type, and actually display those WYSIWYG in different Columns using a Content template and HTML.
You would save your Post with the content saved in the WYSIWYG editors, eventually you and also use the Default text Editor for some content.
In the Content Template that you later assign to this Post, you would use HTML to render a Column Structure, and insert your content with Views ShortCodes where you desire.
Please let me know if you need further infos about this.
Thank you for your patience.
I wanted to check in if this above solution helped you achieve your goal?
Please let m know if you need further help.
Thank you for your patience.
Hi
I still have to work on this. I will let you know.
Thanks.
OK, please let me know if you need further help or more information.
The Ticket here will stay open 30 days without commenting it.
After 30 days, a friendly reminder will be sent to you via email that the ticket will be closed in case of no response.
Please don't hesitate to consult me.
Hi
> multiple WYSIWYG editors in your Post Type
Im not sure Im understanding this. There is a step by step?
thank you.
WYSIWYG Fields are Custom Fields, set up with Types Plugin:
https://toolset.com/documentation/customizing-sites-using-php/functions/#wysiwyg
You can create the Custom Post Type as illustrated here:
https://toolset.com/documentation/user-guides/create-a-custom-post-type/
Then, add the Field(s) as mentioned here:
https://toolset.com/documentation/user-guides/using-custom-fields/
You can have as many Fields you want per Custom Post Type.
Since the WYSIWYG Field is not a repeatable field, you need different WYSIWYG Fields.
Think of them just as WordPress Post Body Editors.
Just, they are fields and you can have as many you want of.
Please let me know if you need further infos about this.
Thank you for your patience.