Last active
December 23, 2017 22:20
-
-
Save neilgee/868781c655c5a5a9f2ac to your computer and use it in GitHub Desktop.
Add Class to Featured Image in WordPress
This file contains 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 /<~ don't add me in | |
if( has_post_thumbnail() ) { | |
//Add in featured image & class | |
the_post_thumbnail( 'featured-podcast', array( 'class' => 'alignnone' ) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this doesn't work, this REPLACES the set of classes by your own