Skip to content

Instantly share code, notes, and snippets.

@wpperform
wpperform / wpp-genesis-grid-image-right.php
Created November 26, 2012 05:13
Aligns attached image in thumbnail size to the right in Genesis grid loop
<?php
/*
Plugin Name: wpPERFORM.com Genesis Grid Image - Align Right
Description: Aligns attached image in thumbnail size to the right in Genesis grid loop
Version: 0.1
License: GPL
Author: The wpPERFORM.com Team
Author URI: http://wpperform.com
*/
add_filter( 'genesis_grid_loop_args','wpp_grid_image_left' );