Last active
September 18, 2016 22:40
-
-
Save carmolim/1f65fc115054be494428cb120ccc122b to your computer and use it in GitHub Desktop.
featured image url
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 $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?> | |
| <?php echo $feat_image; ?> |
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_url('empreendimento-size', array('class' => 'edificio-image')); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment