wordpress custom page title set

 how to set custom page title in wordpress
<?php
function add_custom_title() {


         <title>call bikash page title</title>


}
add_action('wp_head','add_custom_title');
?>

Comments

Popular posts from this blog

php format date string short month

curl service example in php