Automatically listing authors and categories in custom menu

By default wp_list_categories will echo the results. As you did with the first function, you will need to set echo=0 in the args to return the list instead.

1 Like