<?php
$post_date = get_the_date( 'j F o' );
$author = get_the_author();
?>
<p class="post-pub-info">Publié le <?php echo $post_date ?> par <span class="post-author"><?php echo $author ?></span></p>