pixedelic

includes.php (All in One SEO Pack hack)

May 28th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. function pix_add_wp_title(){
  4.     echo '<title>'. wp_title() .'</title>';
  5. }
  6.  
  7. add_action ( 'wp_head', 'pix_add_wp_title' );
Add Comment
Please, Sign In to add comment