79533009

Date: 2025-03-25 08:10:08
Score: 4
Natty: 4.5
Report link

Where I have to insert this code to display the featured image of the post when I share it on Social Media?

<?php 
if ( have_posts() ) {
    while ( have_posts() ) {
        the_post(); 
        the_post_thumbnail();
    }  //end while
} //end if
?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Where I have to in
  • Low reputation (1):
Posted by: user30052968