• Hi

    I copied the single.php and did what it said instructions and have a file called members.php that looks like this:

    <?php /* Template Name: Members */

    get_header();
    ?>

    <?php $members = new tern_members;$members->members(array(‘search’=>true,’pagination’=>true,’sort
    ?>

    <?php
    get_sidebar();
    get_footer();
    ?>

    Does not work for me. Better instructions needed IMO
    Cheers

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Cannot get to work – members-list’ is closed to new replies.