Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Created June 29, 2012 05:37
Show Gist options
  • Save DrewAPicture/3016024 to your computer and use it in GitHub Desktop.
Save DrewAPicture/3016024 to your computer and use it in GitHub Desktop.
Post thumbnail args
<?php the_post_thumbnail( 'thumbnail', array( 'class' => 'fl' ) ); ?>
<?php the_post_thumbnail( array( 150, 150 ), array( 'class' => 'fr' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment