Removing site name from title?
-
Hello,
I have just started with WP and I am finding it impossible to remove the site name from the title of my pages/posts. No matter what I do – my site name always shows after the page name in the title.
I have the following code in the header.php
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
According to what I’ve read, this should display only the name of the page, without adding the name of the site to the title, albeit it’s not working. I have tried modifying the attributes (?) to the wp_title anyway imaginable, but the site name still shows in the title, even when I change it to just wp_title(”).
Any suggestions on what can I do fix this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Removing site name from title?’ is closed to new replies.