How to get the same text in two content blocks on the same page.
Permalink
I have a custom page type with content blocks that are edited with composer.
I need to have the content of each block appear in two divs on that page, but be edited as one block in composer. Updating one block will update the other. There will be over seventy pages with different content on each page, so stacks are not an option.
Any ideas on how?
Colin
I need to have the content of each block appear in two divs on that page, but be edited as one block in composer. Updating one block will update the other. There will be over seventy pages with different content on each page, so stacks are not an option.
Any ideas on how?
Colin
Another idea is to assign a class to the container for the content, then use an html block or my jQuickie block to clone the container with jQuery after the page loads.