Month: March 2013
Screen Shot 2013-03-16 at 1.15.59 PM.png
wp-and-alfred.png
wp-and-alfred.png
Screen Shot 2013-03-14 at 3.42.52 PM.png
Screen Shot 2013-03-14 at 3.42.06 PM.png
Battery Remaining.alfredworkflow
Random Password.alfredworkflow
$ git branch -a * master remotes/origin/master remotes/tags/0…
$ git branch -a * master remotes/origin/master remotes/tags/0.1 remotes/tags/0.2 remotes/tags/0.3 remotes/tags/0.4 remotes/tags/0.5 remotes/tags/0.5-dev remotes/tags/0.6 remotes/tags/0.7 remotes/tags/0.8 remotes/tags/0.9 remotes/tags/1.0 remotes/tags/1.0.1 remotes/tags/1.1 remotes/tags/1.1.1 remotes/tags/1.1.2 remotes/tags/1.2 remotes/trunk
add_filter( “home_template”, function( $tmpls ) { $tmp = get_pag…
add_filter( "home_template", function( $tmpls ) { $tmp = get_page_template_slug( get_option( 'page_for_posts' ) ); if ( ! empty( $tmp ) ) return locate_template( $tmp ); return $tmpls; } );