I’m using WP 4.7.3 and a custom template set (mh-magazine).
By default, WP sets a title tag like “Page title” – “Blog title”.
Now all I want to achieve is to replace “-” into a pipe symbol for layout reasons. So the processed HTMl should look like:
My page title | My blog title
I thought that this is easy to achieve, but I see I need some help since I’m not an expert in PHP or WP.