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

cmerritt
 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
If the content fills an area, you could use a global areas block or parent area block, slightly modified to get the area from the page the GA or PA block is on.

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.
cmerritt replied on at Permalink Reply
cmerritt
Thanks for the help, I used the html block as the content was part of many blocks in an area that is using magic tabs. Problem solved.

Colin