Yep.
I would like to write some information on that page about the board members of our association. This will be written in the WYSIWYG editor, but then I would like to list also the authors (with the amount of posts they’ve written).
<?php wp_list_authors(‘exclude_admin=1&optioncount=1&hide_empty=0’); ?>
I would like to write this small piece of code somehow in my WYSIWYG editor, but I don’t know if this is possible.