Tuesday, November 6, 2012

how to set custom page title in wordpress

 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');
?>

No comments:

Post a Comment