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');
?>
<?php
function add_custom_title() {
<title>call bikash page title</title>
}
add_action('wp_head','add_custom_title');
?>
Comments
Post a Comment