Genesis ger alla thumbnails klassen alignleft men tyvärr är det inta alltid det man vill ha.
/*****************************************************************************
** Change thumbnail alignment
*****************************************************************************/
function kobotolo_change_image_alignment( $attributes ) {
$attributes['class'] = str_replace( 'alignleft',
'alignright', $attributes['class'] );
return $attributes;
}
add_filter( 'genesis_attr_entry-image', 'kobotolo_change_image_alignment' );