Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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(); ?>
 
PREVIOUS NEXT
Tagged: #add #title #wordpress #php
ADD COMMENT
Topic
Name
9+6 =