Title: Display a certain month
Last modified: August 21, 2016

---

# Display a certain month

 *  [jonnonorton](https://wordpress.org/support/users/jonnonorton/)
 * (@jonnonorton)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/display-a-certain-month/)
 * My events don’t start for another 5 months and it takes a while to scroll through
   all the months between now and them for my users. Wondering if there is a way
   to tell it to display a certain month until it gets closer to that time.
 * [http://wordpress.org/plugins/wp-fullcalendar/](http://wordpress.org/plugins/wp-fullcalendar/)

Viewing 1 replies (of 1 total)

 *  [James Lucas](https://wordpress.org/support/users/imawesty/)
 * (@imawesty)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/display-a-certain-month/#post-4432774)
 * Try adding this to your header.php file of your theme
 *     ```
       <script>
        jQuery(document).ready( function($){
         setTimeout(function(){
           jQuery('#wpfc-calendar').fullCalendar( 'gotoDate', 2014 , 5 );
         }, 500);
        });
       </script>
       ```
   
 * 2014 = your year
    5 = your month, change this to whatever you need

Viewing 1 replies (of 1 total)

The topic ‘Display a certain month’ 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: [James Lucas](https://wordpress.org/support/users/imawesty/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/display-a-certain-month/#post-4432774)
 * Status: not resolved