WordPress for a club website — Members page

You might consider create a custom post type 'person' to mirror your user and then you’ll be able to create member pages by creating a single-person.php theme template file. This answer provides code for doing that: