Title: twob's Replies | WordPress.org

---

# twob

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Can there be more then one ADMIN?](https://wordpress.org/support/topic/can-there-be-more-then-one-admin/)
 *  [twob](https://wordpress.org/support/users/twob/)
 * (@twob)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/can-there-be-more-then-one-admin/#post-228032)
 * Since you’re unable to edit posts from an author with the same user level as 
   yourself, raising everyones level to 10 didn’t help me… And even though I’m not
   very proud of myself for hacking into the code, there’s a simple hack to solve
   the issue.
 * I haven’t done any thorough testing if this has other consequences though, but
   it seems to work fine for me (running wp 1.5.1.2)
 * in `wp-includes/functions-post.php`, look up
    `function user_can_edit_post` (
   at about line #358)
 * ` || ($author_data->user_level > $post_author_data->user_level)`
 * on this line, change **`>`** to **`>=`**

Viewing 1 replies (of 1 total)