Answers for "how to add title to wordpress php"

PHP
1

how to add title to wordpress php

// For website name in <title> tag
<?php wp_title(); ?>
  
// For the Post title within the loop
<?php the_title(); ?>
Posted by: Guest on November-23-2019

Code answers related to "how to add title to wordpress php"

Browse Popular Code Answers by Language