Forum

Thread tagged as: Question, Addons, Members

Perch Regions within Members App Templates

Hi, I would like to be able to give my client content control in pages within the Members App, however I cannot seem to implement it properly. Not sure where my snag is. If a member is logged in, I'd like to call a editable perch template. How can I go about doing this?

Greg Stone

Greg Stone 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

if (perch_member_logged_in()) {
    perch_content('My content');
}