How to add WordPress Featured image in tag ..?
Question
I am trying to add a WordPress featured image in a tag. I used these 3 shortcodes.
<?php echo $image_large[0]; ?>
<?php echo get_the_post_thumbnail(null,'thumbnail');?>
<?php echo get_the_post_thumbnail( $page->ID, 'full' ); ?>
Example
<a href="<?php echo get_the_post_thumbnail( $page->ID, 'full' ); ?>" >View Larger</a>
But nothing working. Please help me …
0
cms, php, post-thumbnails
4 years
2020-02-22T08:38:36-05:00
2020-02-22T08:38:36-05:00 0 Answers
67 views
0
Leave an answer