How to target a post by a sepecific author?

You can use <?php echo get_the_author(); ?> And if you would want to use conditional logic you could use <?php if(get_the_author() === 'Author Name') { ?> Do some HTML <?php } ?>