Title: Screen Layout Hack
Last modified: August 20, 2016

---

# Screen Layout Hack

 *  [nipun_coolguy](https://wordpress.org/support/users/nipun_coolguy/)
 * (@nipun_coolguy)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/screen-layout-hack/)
 * By default the dashboard’s screen layout is srt to 2 columns. How do I make it
   1 column by default instead (for all users)?
 * Any ideas?
 * Good day!

Viewing 1 replies (of 1 total)

 *  [Jon Wadsworth](https://wordpress.org/support/users/jwads922/)
 * (@jwads922)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/screen-layout-hack/#post-2826451)
 * add this to your functions.php file in your theme:
 *     ```
       function change_dashboard_layout() {
           return 1;
       }
       add_filter( 'get_user_option_screen_layout_dashboard', 'change_dashboard_layout' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Screen Layout Hack’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Jon Wadsworth](https://wordpress.org/support/users/jwads922/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/screen-layout-hack/#post-2826451)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
