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