Answers for "<title><?php wp_title(''); ?></title>"

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 "<title><?php wp_title(''); ?></title>"

Browse Popular Code Answers by Language