WordPress Title Separator
-
Hello, since updating WordPress to 5.4 the page title separator between my brand name and the page name has changed from an em dash — to the default double arrow ». I also have Woocommerce installed and tried the following code in functions.php but the separator still shows as a double arrow.
function custom_document_title_separator( $sep ) { return '|'; } add_filter( 'document_title_separator', 'custom_document_title_separator', 10, 1 );Any assistance would be greatly appreciated. Thank you
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WordPress Title Separator’ is closed to new replies.