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