How to edit the title of the website ?
-
Hi there,
The title tag of my theme looks like this:
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
but when the page is loaded it produces and empty space here – <title> Site Title</title>
but that one is not working :
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
Actually how to change the title on the wordpress to the second one?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to edit the title of the website ?’ is closed to new replies.