Skip to content

Instantly share code, notes, and snippets.

View frankschrijvers's full-sized avatar

WPStudio frankschrijvers

View GitHub Profile
jQuery(function( $ ){
$(".site-header").backstretch([BackStretchImg.src],{duration:3000,fade:750});
});
@frankschrijvers
frankschrijvers / functions.php
Last active August 29, 2015 14:27 — forked from GaryJones/functions.php
Style the Genesis comment count number
<?php
// Don't include above <?php
add_filter( 'genesis_post_comments_shortcode', 'prefix_post_comments_shortcode' );
/**
* Amend the post comments shortcode to add extra markup for styling.
*
* @author Gary Jones
* @link http://gamajo.com/style-comment-number/