I am using wordpress and I developed my own theme for wordpress. Now I would like to show the thumbnail of one of the images uploaded for the post. I used PHP Code: <?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?> to fetch that but thrown error by the compiler. How do I get the img src for the thumbnails in wordpress?
How to show post thumbnail in wordpress?
4
I am using wordpress and I developed my own theme for wordpress. Now I would like to show the thumbnail of one of the images uploaded for the post. I used to fetch that but thrown error by the compiler. How do I get the img src for the thumbnails in wordpress?
PHP Code:
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?> - SteveJohnson
- [1] reply
- mpchekuri
- [1] reply
Next Topics on Trending Feed
-
4