Răsfoiți Sursa

A better Title tag

Eddie Machado 12 ani în urmă
părinte
comite
c9e7b577fe
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      functions.php

+ 2 - 0
functions.php

@@ -29,6 +29,8 @@ function bones_ahoy() {
 
   // launching operation cleanup
   add_action( 'init', 'bones_head_cleanup' );
+  // A better title
+  add_filter( 'wp_title', 'rw_title', 10, 3 );
   // remove WP version from RSS
   add_filter( 'the_generator', 'bones_rss_version' );
   // remove pesky injected css for recent comments widget