Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmitchell/90ceefadaf63d29c133a4b7b4ae63f66 to your computer and use it in GitHub Desktop.
Save jimmitchell/90ceefadaf63d29c133a4b7b4ae63f66 to your computer and use it in GitHub Desktop.
<?php
// Change the page title separator.
// change "slug" to your theme's domain
function slug_document_title_separator( $sep ) {
$sep = ":";
return $sep;
}
add_filter( 'document_title_separator', 'slug_document_title_separator' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment