That vertical bar comes from your header.php
Look in that file and see what’s in the <title> tag area.
You can remove it there.
Thread Starter
abc1me
(@abc1me)
There are several vertical lines in here. Do I remove the one in this line of code?
<?php if ( is_search() ) { ?><?php echo $s; ?> | <? bloginfo(‘name’); ?><?php } ?>`
The line of code above implies that this is the title that will appear with the search template is use — i.e. when people do a search on your site, the results are displayed using that template.
This has nothing to do with Google. Google is picking up the title of your pages. If you look at your site at the very top of the browser, the title appears. This is where the pipe is coming from.
You should remove all instances of that pipe.
<title>
| Funding List </title>
Change the title to leave out the bar. Go to the dashboard, settings, general and check site title.
Thread Starter
abc1me
(@abc1me)
Thanks guys I always appreciate the help, and Christine in particular.