brz9-cdn/pcf-wp/template-parts/pub-info.php

8 lines
146 B
PHP

<?php
$post_date = get_the_date( 'j F o' );
$author = get_the_author();
?>
<p>Publié le <?php echo $post_date ?> par <?php echo $author ?></p>