This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** TABLE OF CONTENTS | |
---------------------------------------------------------------------------/ | |
1.0 - Global Styles | |
1.1 - General | |
1.2 - Selection Highlight | |
1.3 - Buttons | |
1.4 - Typography | |
1.5 - Custom Font Face |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var time = new Date(); | |
var dayOfWeek = time.getDay(); | |
// Set office opening time to 8:15am | |
var startTime = new Date().setHours(8,15); | |
// Set office closing time to 4:15pm | |
var endTime = new Date().setHours(16,15); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Creates New Nav/Menus | |
register_nav_menus( array( | |
'desktop_large' => 'Primary Large Desktop Menu', | |
'desktop_small' => 'Smaller Desktop Menu', | |
)); | |
// Places the HTML high up into the DOM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Events Calendar Custom Fields @3.9 | |
Event Custom Post Type ( tribe_events ) | |
_EventAllDay | |
_EventStartDate | |
_EventEndDate | |
_EventDuration | |
_EventVenueID | |
_EventShowMapLink | |
_EventShowMap |