Informations
This code display the publication date on the current post. The date format is defined in the general settings.
Code
                    <?php echo get_the_date(); ?>
                
                
            This code display the publication date on the current post. The date format is defined in the general settings.
                    <?php echo get_the_date(); ?>