I have page title like:
some words |
questions:
1. how i can delete symbol '|'
2. how i can add more words after symbol '|'
Thank you!
I have page title like:
some words |
questions:
1. how i can delete symbol '|'
2. how i can add more words after symbol '|'
Thank you!
Hi sergeylandar,
Open up header.php and search for:
<!-- page title, displayed in your browser bar -->
<title><?php bloginfo('name'); ?> | <?php is_home() ? bloginfo('description') : wp_title(''); ?></title>
You can modify that to your needs. You can also use a plugin like Yoast SEO to have access to additional title and SEO controls through the Wordpress admin.
Regards,
Devin
You must log in to post.