<?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>