Retrieve the date on which the post was written.
get_the_date( string $format = '', int|WP_Post $post = null )
Example:
<small><strong>Published on: </strong><?php echo get_the_date(); ?></small>
Retrieve the date on which the post was written.
get_the_date( string $format = '', int|WP_Post $post = null )
Example:
<small><strong>Published on: </strong><?php echo get_the_date(); ?></small>