Как добавить заголовок в WordPress PHP

// For website name in <title> tag
<?php wp_title(); ?>
  
// For the Post title within the loop
<?php the_title(); ?>
Thirteen Lined Squirrel