Printing the Featured image inside loop

Description

This is an example of how to get the featured image within the WP loop

This is an example of how to get the featured image within the WP loop

HTML Source Code

                        
                          <img src="<?php the_post_thumbnail_url(); ?>" alt="">                        
                        


Post Categories