Forum

Thread tagged as: Question

How do I show the contents of a region twice on one page?

My apologies if this has been covered (I did have a search), or I'm missing something very obvious.

I have a region in a page template that simply allows the upload and display of an image. I'd like to show this image (display this region's content) in two different places on the page. What's the best way to do this?

Thanks in advance!

James B

James B 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You can just use it twice.

perch_content('My region');
...
perch_content('My region');
James B

James B 0 points

Thanks for the lightening response Drew!

This was what I originally thought and tried...maybe I didn't regenerate the page properly. I'll try again and confirm if it was just my stupidity!

Edit: Yep...my bad. It's that easy. Thanks!