hey guys im having trouble with my site title and tag line its doing what i want it to do except at the very end its pulling in two words that i have not put there and i have no idea where it is coming from. I need to take it out but cant. ill upload a picture so you know what i mean.
Need help with my Site Title and Tag Line
(5 posts)
(3 voices)
-
Posted 1 year ago #
-
Hello matty_40rulz,
Open up
/wp-content/themes/infocus/header.phpand on line 6 you should see this,<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>What this does is bring in your page / post title first following by the blog name which is what I think you are seeing.. You can try changing it like this,
<title><?php wp_title('«', true, 'right'); ?></title>Do you have any SEO plugins installed? They could be changing it also.
Posted 1 year ago # -
ok ill give it a go thanks and yes i have yoast seo plugin installed. Does that make a difference?
Posted 1 year ago # -
Hi,
Yes it makes a difference, because the plugin is probably replacing the original title.
Take a look at the documentation of the plugin, and you will surely find the instructions to edit the website title.
Here you have a guide on SEO, written by the author of Yoast: http://yoast.com/articles/wordpress-seo/
Posted 1 year ago # -
hey elliott i changed the code as you mentioned and it fixed my problem thanks mate.
Posted 1 year ago #
Reply
You must log in to post.













