Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2.  
  3. // Change the page title separator.
  4. // change "slug" to your theme's domain
  5.  
  6. function slug_document_title_separator( $sep ) {
  7. $sep = ":";
  8. return $sep;
  9. }
  10. add_filter( 'document_title_separator', 'slug_document_title_separator' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement