Last active
June 26, 2018 20:27
-
-
Save LeoLopesWeb/ec2610db1204355d6fddc00bb1e3e327 to your computer and use it in GitHub Desktop.
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
echo get_the_post_thumbnail_url(get_the_ID(),'medium'); // thumbnail, full | |
ou | |
echo wp_get_attachment_url( get_post_thumbnail_id( $saved_post_id ) ); | |
ou | |
echo '<img src="'.get_the_post_thumbnail( $post_id, 'medium' ).'">'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment