pipe in site title
-
How do I make the title with a pipe instead of a hyphen:
WordPress | About us
instead of
WordPress – About us
this is the code that I have:
`<title>
<?php wp_title( ‘|’, true, ‘right’ ); ?></title>`
- The topic ‘pipe in site title’ is closed to new replies.