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 | |
if ( !function_exists('indieweb_check_webmention') ) { | |
/** | |
* Using the webmention_source_url, approve webmentions that have been received from previously- | |
* approved domains. For example, once you approve a webmention from http://example.com/post, | |
* future webmentions from http://example.com will be automatically approved. | |
* Recommend placing in your theme's functions.php | |
* |
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
/** | |
* tiger in the snow (HTML5) | |
*/ | |
figure { | |
min-width: 178px; | |
/** outline: solid 1px red; /* uncomment rule to see figure outline */ | |
position: relative; | |
} | |
img:hover { |
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
/** | |
* Proof of Concept for "fancy" call to action | |
*/ | |
body {background: #fff;} | |
@-webkit-keyframes rotate { | |
0% { -webkit-transform: rotate(0deg) } | |
100% { -webkit-transform: rotate(360deg) }} |
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 | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.com | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query | |
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php | |
*/ | |
$args = array( |