Viewing 1 replies (of 1 total)
  • 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.