I am trying to figure out, how to change the current order of the page title (displayed on the tab or browser windows).
Currently, it is <page_title> - <site_title>
. The site title is exactly the one, which is set under settings/site title. I would like to have <site_title> - <page_title>
instead. I am modifying twentyseventeen theme and there is a wp_head
call. But I can't find how to easily change the order.