Title: Disable Weekends
Last modified: August 20, 2016

---

# Disable Weekends

 *  [kyliegarner](https://wordpress.org/support/users/kyliegarner/)
 * (@kyliegarner)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/disable-weekends/)
 * Hi,
 * just wondering if there is a away of removing the weekends from the large calendar
   so it only displays a 5 day week (eg Monday to Friday).
 * Thanks,
 * Kylie
 * [http://wordpress.org/extend/plugins/wp-fullcalendar/](http://wordpress.org/extend/plugins/wp-fullcalendar/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/disable-weekends/#post-3208103)
 * currently, no, noted this down for future releases
 * you can make this happen now by editing th eplugin file wp-fullcalendar.php by
   adding this line around line 287 of the latest update:
 * `weekends: <?php echo get_option('wpfc_weekends',false) ? 'true':'false'; ?>,`
 * tested and works.

Viewing 1 replies (of 1 total)

The topic ‘Disable Weekends’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullcalendar.svg)
 * [WP FullCalendar](https://wordpress.org/plugins/wp-fullcalendar/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullcalendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullcalendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullcalendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullcalendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/disable-weekends/#post-3208103)
 * Status: not resolved