Title: wpboy's Replies | WordPress.org

---

# wpboy

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3:2 Impossible to swith to VISUAL mode](https://wordpress.org/support/topic/32-impossible-to-swith-to-visual-mode/)
 *  Thread Starter [wpboy](https://wordpress.org/support/users/wpboy/)
 * (@wpboy)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/32-impossible-to-swith-to-visual-mode/#post-2171252)
 * I disabled ALL plugins, used standard Twenty One theme just to check it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3:2 Impossible to swith to VISUAL mode](https://wordpress.org/support/topic/32-impossible-to-swith-to-visual-mode/)
 *  Thread Starter [wpboy](https://wordpress.org/support/users/wpboy/)
 * (@wpboy)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/32-impossible-to-swith-to-visual-mode/#post-2171239)
 * Downgraded to 3.1.2 but at least it works! Waiting for proper resolution though
   for 3.2
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Title not showing properly for static front page Cutline theme](https://wordpress.org/support/topic/title-not-showing-properly-for-static-front-page-cutline-theme/)
 *  [wpboy](https://wordpress.org/support/users/wpboy/)
 * (@wpboy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/title-not-showing-properly-for-static-front-page-cutline-theme/#post-1281943)
 * I found a solution, you might want to check this parameter:
 * `if (is_front_page() )`
 * So my Title tag is now like this
 * `<title><?php if (is_front_page()) { bloginfo('name'); } else if (is_single()
   || is_page() || is_archive()) {wp_title(false); } else { bloginfo('name'); } ?
   ></title>`
 * Tags: static home page doesn’t load page title / empty title
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP 2.0 suddenly losts many functions for no reason](https://wordpress.org/support/topic/wp-20-suddenly-losts-many-functions-for-no-reason/)
 *  Thread Starter [wpboy](https://wordpress.org/support/users/wpboy/)
 * (@wpboy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/wp-20-suddenly-losts-many-functions-for-no-reason/#post-1577180)
 * Strange, it seems somewhat to do with classes. I still figured out I can use 
   $post object in that sense; the filter functions / seems the one that been spoiled
   up;
 * anyways – this is good bye to WP 2.0.3 -;)

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