Advertisement
nlozovan

Untitled

Apr 2nd, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <title><?php bloginfo('name'); ?> &raquo; <?php bloginfo('description'); ?><?php if ( is_single() ) { ?><?php } ?><?php wp_title(); ?></title>
  2.  
  3.  
  4.  
  5. - &raquo; : arrows
  6. - bloginfo('name'); : site name
  7. - bloginfo('description'); : site description
  8. - wp_title(); : site title
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement