Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981613
    _agus
    Participant

    Hi there!

    I notice that the html outputted for my blog <title> has a weird bar “|” to divide the actual title and the tagline. How can I get rid of it? I have no tagline, so this bar at the end is bothering me. Furthermore, how can I change this separator to others in case I want to?

    Thanks!

    #981711
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add the following code to your Child Theme‘s style.css to remove the pipe(|) :

    add_filter( 'wp_title', function() {
    	return get_the_title();
    });

    If you want to change this to another character then kindly follow this : https://community.theme.co/forums/topic/unwanted-pipe-character-in-site-title/#post-790114

    Hope this helps.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-981613 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>