Is there a way to change the page title? Like the page title is your sites name, but in blog posts, it is:
{blog name} >> {blog post title}
Is there a way to change that? so in blog posts, the blog title comes first in the window?
Is there a way to change the page title? Like the page title is your sites name, but in blog posts, it is:
{blog name} >> {blog post title}
Is there a way to change that? so in blog posts, the blog title comes first in the window?
yea you would do that in your theme pages
in the header.php
<title><?php bloginfo('name'); ?> - <?php wp_title(); ?></title>
Hey, thanks. I got it the way I want, but the ">>" symbol is still there... how do I get rid of it?
This topic has been closed to new replies.