The title of my website is Elektron Automatsering.
After looking it up on google, its says Elektron Automatiering |
So everytime I see this bar |
How can I change this?
Because I want it without a bar.
Please help me…
Sorry for my bad english, I do my best!
http://www.elektron-automatisering.nl/
Hi jamietroost!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_tag','avia_new_title');
function avia_new_title() {
$title = get_bloginfo('name');
return $title;
}
Best regards,
Yigit
Thanks, it works great!!
You only dont see the page titles any more, Home, Contact etc., but this always beter than a bar!