Created
June 29, 2012 05:37
-
-
Save DrewAPicture/3016024 to your computer and use it in GitHub Desktop.
Post thumbnail args
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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