Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #405934

    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/

    • This topic was modified 10 years, 4 months ago by jamietroost.
    #405959

    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

    #405969

    Thanks, it works great!!

    You only dont see the page titles any more, Home, Contact etc., but this always beter than a bar!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘I would like to remove the bar in my website title.’ is closed to new replies.