Title: quartz's Replies | WordPress.org

---

# quartz

  [  ](https://wordpress.org/support/users/quartz/)

 *   [Profile](https://wordpress.org/support/users/quartz/)
 *   [Topics Started](https://wordpress.org/support/users/quartz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/quartz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/quartz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/quartz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/quartz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/quartz/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [restore deleted directory plugin](https://wordpress.org/support/topic/restore-deleted-directory-plugin/)
 *  Thread Starter [quartz](https://wordpress.org/support/users/quartz/)
 * (@quartz)
 * [10 years ago](https://wordpress.org/support/topic/restore-deleted-directory-plugin/#post-7417424)
 * Update : that plugin will be deleted permanantly.
 * Subject closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordpress Users List] Where to put code?](https://wordpress.org/support/topic/where-to-put-code-1/)
 *  Plugin Author [quartz](https://wordpress.org/support/users/quartz/)
 * (@quartz)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/where-to-put-code-1/#post-3709561)
 * The default usage is paste this code **in the theme file** where you want the
   list to be displayed. <?php wpul_get_users(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordpress Users List] Where to put code?](https://wordpress.org/support/topic/where-to-put-code-1/)
 *  Plugin Author [quartz](https://wordpress.org/support/users/quartz/)
 * (@quartz)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/where-to-put-code-1/#post-3709550)
 * Hi you can’t put php code and execute it in your text page unless you add a plugin
   that wiil do that.
 * I was able to load the list from the text page when using plug-ins Exec-PHP and
   WP-No-Format with this text in html in editor.
 * <!– noformat on –>
    <style>
 * #wpul img
    { padding:2px; float: left; } #wpul ul { margin-left: 20px; margin-
   bottom: 0; } #wpul li { padding: 0;} #wpul { font-size:12px; color:#f00; padding:
   3px; } #wpul .wpuluserbox { background-color: #fff; color:#000; border: 1px solid
   black; margin:2px;
 * }
    #wpul .wpulusername { width:99%; vertical-align: middle; float:left; color:#
   000; margin:2px; } #wpul .username { font-weight:bold; } #wpul .registered { 
   color:#ccc; font-size:10px; } #wpul a:link { color: #000; } #wpul a:visited {
   color: goldenrod; } #wpul a:hover { color: goldenrod; } #wpul a:active { color:#
   f00; } </style> <?php wpul_get_users(); ?> <!– noformat off –>
 * Steve

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