Displaying a list using the Members App

  • Hi


    I'm using the Runway and the Perch Members App to register new members on the site and provide them access to member-only content. We'd also like to display a directory / list of registered members on the public site, however I can't seem to find any example of how to achieve this. Can the perch_content_custom tag be used to list data from an App?


    Is there another way of achieving this?


    Kind Regards
    James


    Code
    1. perch_content_custom('Members', array(
    2. 'template' => 'member_listing.html',
    3. ));