Hello, Go to front-page.php present in your theme directory and add the code given below Code: <tr> <td class="label date"><?php echo S_P_DATE; ?> </td> <td><?php the_time('F j, Y'); ?></td> </tr> Sending image for reference This will solve your issue.