Created
January 27, 2023 21:48
-
-
Save someguy9/c8a4115aa7ee9d03fd3c427ad649126f to your computer and use it in GitHub Desktop.
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 | |
// Get the ID of the featured image | |
echo get_the_post_thumbnail( get_the_ID(), 'large' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment