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
time_the_post_thumbnail( 'l', array( | |
'breakpoints' => array( | |
'0' => 'm 1x, l 2x', | |
'476' => 'l 1x, xxl 2x', | |
'740' => 'xl 1x, xxl 2x', | |
'951' => 'l 1x, xxl 2x' | |
) | |
)); |
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
<ol class="wp-paginate"> | |
<li><span class="title"></span></li> | |
<li><span class="prev">Previous</span></li> | |
<li><a href="#page" title="1" class="page">1</a></li> | |
<li><span class="page current">2</span></li> | |
<li><a href="#page/3" title="3" class="page">3</a></li> | |
<li><a href="#page/4" title="4" class="page">4</a></li> | |
<li><a href="#page/5" title="5" class="page">5</a></li> | |
<li><span class="gap">...</span></li> | |
<li><a href="#page/8" title="8" class="page">8</a></li> |
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
/* CSS Dice: An Experiment by Jonathan Sampson - @jonathansampson */ | |
.die.one:after { | |
box-shadow: 0 .2em 0 #FFF | |
} | |
.die.two:after { | |
background: transparent; | |
box-shadow: -2.3em -2.3em 0 #345, | |
2.3em 2.3em 0 #345, | |
-2.3em -2.3em 0 #FFF, | |
2.3em 2.4em 0 #FFF |
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
/*! | |
* jQuery TextChange Plugin | |
* http://www.zurb.com/playground/jquery-text-change-custom-event | |
* | |
* Copyright 2010, ZURB | |
* Released under the MIT License | |
*/ | |
(function ($) { | |
$.event.special.textchange = { |
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
/* | |
* jQuery fasterTrim Plugin | |
* version: 1.0.1 | |
* @requires jQuery v1.0.x or later | |
* | |
* licensed under the MIT license: | |
* http://www.opensource.org/licenses/mit-license.php | |
* | |
* @version $Id: jquery.fastertrim.js 2 2010-03-04 12:00:00Z $ | |
* @author Travis Hardiman https://forum.jquery.com/user/travis.hardiman http://travis.servebeer.com |