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
<html <?php language_attributes(); ?>> | |
<head> | |
<?php cryout_meta_hook(); ?> | |
<meta http-equiv="content-type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" /> | |
<link rel="profile" href="http://gmpg.org/xfn/11" /> | |
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> | |
<link rel="stylesheet" href="https://use.typekit.net/hmm8egp.css"> | |
<?php | |
cryout_header_hook(); |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Package Control", | |
"Sync Settings" | |
] |
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
[ | |
{ | |
"key": "group_5b9fc8c430d0a", | |
"title": "Home Slideshow", | |
"fields": [ | |
{ | |
"key": "field_57cec205ff109", | |
"label": "Link URL", | |
"name": "link_url", | |
"type": "text", |
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 | |
/** | |
* Template part for displaying page content in page.php | |
* | |
* @link https://codex.wordpress.org/Template_Hierarchy | |
*/ | |
?> | |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
.l-search { | |
display: none; | |
position: absolute; | |
top: 10px; | |
right: 0; } | |
@media (min-width: 768px) { | |
.l-search { | |
max-width: 220px; | |
display: block; } } | |
.l-search select { |
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
function enqueue_scripts() { | |
/** | |
you can remove the if statement if you want the script to load on all pages; | |
locations is the page's slug | |
*/ | |
if (is_page( 'locations' )) { | |
wp_register_style('mapbox_css', 'https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css'); | |
wp_register_script('mapbox_js', 'https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.js', '', '', true); |
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
MMMMMMMMMMMMMMMMMMMMMMMMMMM~====MMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMMMMM=============MM | |
MMMMMMMMMMMMMMMMMMMMMM================MM | |
MMMMMMMMMMMMMMMMMMM===================MM | |
MDMMMMMMMZ==~MMM======================MM | |
M=====================================MM | |
M======================================M | |
M=====================================MM | |
M=====================================MM |
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
(also at https://gist.github.com/c6c460c8d24f96bca0c68fe623765060) | |
we're at an interesting crossroads because of vector tiles (not everyone needs to use them just yet); | |
they do offer some performance gains and it really depends on the tools; | |
why vector tiles: | |
quickly change the map style > no need to make new tiles! |