• Hi, I listed both codes, but still can’t find it. How can I remove the “|” symbol that keeps appearing when I open my website’s tab?

    View Source

    <!DOCTYPE html>
    <html dir="ltr" lang="en-US">
    <head>
    			<title><strong>|</strong> How To Focus Better</title>
    	<!-- Basic Meta Data -->

    Edit Themes Header.php

    <?php global $linen; ?>
    <!DOCTYPE html>
    <html <?php language_attributes( 'html' ) ?>>
    <head>
    	<?php if ( is_front_page() ) : ?>
    		<title><?php bloginfo( 'name' ); ?></title>
    	<?php elseif ( is_404() ) : ?>
    		<title><?php bloginfo( 'name' ); ?></title>
    	<?php elseif ( is_search() ) : ?>
    		<title><?php printf(__ ("Search results for '%s'", "linen"), get_search_query()); ?><?php bloginfo( 'name' ); ?></title>
    	<?php else : ?>
    		<title><?php wp_title($sep = '' ); ?><?php bloginfo( 'name' );?></title>
    	<?php endif; ?>
    
    	<!-- Basic Meta Data -->

    howtofocusbetter.com

    [duplicate: http://wordpress.org/support/topic/how-to-get-rid-of-this-tiny-symbol?replies=5
    please continue with the original topic and add more details there, if neccessary]

The topic ‘How to remove this?’ is closed to new replies.