I'm trying to link to all of my pages from the home page, and also include the description. To do this, I found that there is the function...
wp_list_pages()
However, whenever I use it, it seems to just make a bulleted list. Is there any way I can use it to list all of my pages, add a hyphen, then list the pages description, not in a bulleted list? So for example...
Page 1 - This is page 1's description
Page 2 - This is page 2's description
Page 3 - This is page 3's description