Title: customize the display control panel users
Last modified: August 20, 2016

---

# customize the display control panel users

 *  Resolved [stromdh](https://wordpress.org/support/users/stromdh/)
 * (@stromdh)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/customize-the-display-control-panel-users/)
 * hello, I’m working on a wordpress theme that will have some people who will colaborate
   with materials and content to the site.
 * I need to put on the control panel of each person a message stating that a link
   should be copied and pasted by the user to insert a default image.
 * Does anyone know how I can write this message on the screen of each user?
 * thanks

Viewing 1 replies (of 1 total)

 *  Thread Starter [stromdh](https://wordpress.org/support/users/stromdh/)
 * (@stromdh)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/customize-the-display-control-panel-users/#post-3421201)
 * no one answered my question. I can not wait for it someone solved. I’ll post 
   the answer in case someone has the same question.
 * To customize the colaborator control panel just paste the code below in functions.
   php.
    change the code according to the user’s profile
 *     ```
       function fn_admin_notices() {
       if ( !current_user_can( 'edit_users' ) ) // change profile user
       echo 'write a message to the collaborator or editor or author';
       }
       ```
   
 * aho!
 * thanks stromdh… you the man… man

Viewing 1 replies (of 1 total)

 The topic ‘customize the display control panel users’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [stromdh](https://wordpress.org/support/users/stromdh/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/customize-the-display-control-panel-users/#post-3421201)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
