Title: nfteam's Replies | WordPress.org

---

# nfteam

  [  ](https://wordpress.org/support/users/nfteam/)

 *   [Profile](https://wordpress.org/support/users/nfteam/)
 *   [Topics Started](https://wordpress.org/support/users/nfteam/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nfteam/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nfteam/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nfteam/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nfteam/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nfteam/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Maskitto Light] Double/duplicate page title](https://wordpress.org/support/topic/doubleduplicate-page-title/)
 *  Thread Starter [nfteam](https://wordpress.org/support/users/nfteam/)
 * (@nfteam)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/doubleduplicate-page-title/#post-6932056)
 * Thank you for quick answer. Removing <title><?php wp_title( ‘|’, true, ‘right’);?
   ></title> did the trick for me and is working with All in One SEO.
 * I noticed that below code was added to 3.1.7 update, to make sure we have all
   pieces of code good I add it to our initialize.php file as well.
 * /* Page title */
    if ( ! function_exists( ‘_wp_render_title_tag’ ) ) : function
   maskitto_light_render_title() { ?> <title><?php wp_title( ‘-‘, true, ‘right’ );?
   ></title> <?php } add_action( ‘wp_head’, ‘maskitto_light_render_title’ ); endif;
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Maskitto Light] Double/duplicate page title](https://wordpress.org/support/topic/doubleduplicate-page-title/)
 *  Thread Starter [nfteam](https://wordpress.org/support/users/nfteam/)
 * (@nfteam)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/doubleduplicate-page-title/#post-6931907)
 * site is in testing mode on localhost. Any tips without looking in to code? I 
   know it is hard but we are limited at this point.

Viewing 2 replies - 1 through 2 (of 2 total)