Title: php code in one page
Last modified: August 19, 2016

---

# php code in one page

 *  Resolved [Bootje](https://wordpress.org/support/users/bootje/)
 * (@bootje)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/)
 * Hi
 * I’m making a website about an association. In the page “board members” (or other
   name), I want to list automatically the list authors:
 * <?php wp_list_authors(‘exclude_admin=1’ ); ?>
 * How could I do this if it’s a standard page and the rest of the page is html?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [shahar](https://wordpress.org/support/users/shahar/)
 * (@shahar)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/#post-1273441)
 * You mean that the rest of the page content is done via the WYSIWYG editor?
 *  Thread Starter [Bootje](https://wordpress.org/support/users/bootje/)
 * (@bootje)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/#post-1273468)
 * 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.
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/#post-1273477)
 * you can use code in posts or pages with a plugin
 * [http://wordpress.org/extend/plugins/exec-php/](http://wordpress.org/extend/plugins/exec-php/)
 *  Thread Starter [Bootje](https://wordpress.org/support/users/bootje/)
 * (@bootje)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/#post-1273581)
 * Thanks, looks something like I need.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘php code in one page’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [Bootje](https://wordpress.org/support/users/bootje/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/php-code-in-one-page-1/#post-1273581)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
