Title: Wizenet's Replies | WordPress.org

---

# Wizenet

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Title Missing from code](https://wordpress.org/support/topic/title-missing-from-code/)
 *  Thread Starter [Wizenet](https://wordpress.org/support/users/wizenet/)
 * (@wizenet)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/title-missing-from-code/#post-1626355)
 * alchymyth,
    Thank you !! It was in my SEO plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Title Missing from code](https://wordpress.org/support/topic/title-missing-from-code/)
 *  Thread Starter [Wizenet](https://wordpress.org/support/users/wizenet/)
 * (@wizenet)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/title-missing-from-code/#post-1626345)
 * Not showing what I expect and not knowing how to change it.
 * This was my first time at setting up a WrodPress blog. Originally I was trying
   to target the word Slendertone in the blog but after some research switched to
   Ab Circle Pro. So somehow in the process I put in Slendertone and I can’t seem
   to find where I can go to change the title. Google shows the title as Slendertone.
   I have gone through all of the .php files and can’t find a place where Slendertoner
   is in the code. When I was doing html I would find my page in index.html. But
   I am lost here in WordPress.
    Thanks alchymyth
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Change the Wrong Title for My Web Page](https://wordpress.org/support/topic/how-to-change-the-wrong-title-for-my-web-page/)
 *  Thread Starter [Wizenet](https://wordpress.org/support/users/wizenet/)
 * (@wizenet)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/how-to-change-the-wrong-title-for-my-web-page/#post-1624353)
 * In my header.php I do not find either the right or wrong title. I find this:
   
   <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) {
   single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }
 *  elseif (is_single() ) { single_post_title(); }
 *  elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }
 *  else { wp_title(”,true); } ?></title>
 * Is it pulling the title from somewhere else?

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