Skip to content

Instantly share code, notes, and snippets.

@lschatzkin
lschatzkin / custom-gallery-shortcode.php
Created February 28, 2013 17:15
custom gallery shortcode for WordPress
@lschatzkin
lschatzkin / tl_create_gallery.php
Created February 25, 2013 23:23
Genesis custom gallery function
@lschatzkin
lschatzkin / jetpack.php
Created February 21, 2013 18:28
Modify Jetpack to work in local environment, no WordPress.com account needed. This is found on line 276 of jetpack.php
/**
* Is Jetpack active?
*/
//public static function is_active() {
// return (bool) Jetpack_Data::get_access_token( JETPACK_MASTER_USER );
//}
/* modify Jetpack to work for local environment */
public static function is_active() {
return true;
}
@lschatzkin
lschatzkin / wp-create-custom-gallery.php
Created February 18, 2013 23:26
Custom gallery call for custom templates