I have figured out how to pass the variable to get wp_list_pages to list all pages by an author, but I am also trying to change the title of the list so that it says More pages by $author. I can't seem to figure it out.
Right now I have: wp_list_pages ('authors=' . $author );
Every syntax I have tried for adding the list name gives me a string error