Title: cgonzo's Replies | WordPress.org

---

# cgonzo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove Home Tab from Header](https://wordpress.org/support/topic/how-to-remove-home-tab-from-header/)
 *  Thread Starter [cgonzo](https://wordpress.org/support/users/cgonzo/)
 * (@cgonzo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-home-tab-from-header/#post-3057146)
 * Hi James..(Captain Kirk?)
 * Thank you for responding so quickly. Okay let’s see if I have this correct. Under
   the Appearances tab (WordPress admin backend is what I’ll do) Because I’m not
   all in with the WP lingo, I’m going to assume (bad choice of a word) that just
   enter what you posted after Line 31.
 * Fingers Crossed
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove default "Home" tab in Mantra theme](https://wordpress.org/support/topic/remove-default-home-tab-in-mantra-theme/)
 *  [cgonzo](https://wordpress.org/support/users/cgonzo/)
 * (@cgonzo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/remove-default-home-tab-in-mantra-theme/#post-2560262)
 * Hi,
 * I’d just like to get rid of that home tab on the nav bar.
    Here is my website
   [http://daily-income-payouts.com](http://daily-income-payouts.com)
 * this is what it looks like in menu
 *     ```
       <?php /*** The theme header.*/ ?>
       <!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
       <meta charset="<?php bloginfo( 'charset' ); ?>" />
       <title><?php
       	global $page, $paged;
       	wp_title( '|', true, 'right' );
       	bloginfo( 'name' );
       	$site_description = get_bloginfo( 'description', 'display' );
       	if ( $site_description && ( is_home() || is_front_page() ) )
       		echo " | $site_description";
       	if ( $paged >= 2 || $page >= 2 )
       		echo ' | ' . sprintf( __( 'Page %s', 'pujugama' ),
       ```
   
 * max( $paged, $page ) );
 * What part do I need to fix and how to I fix it?
 * _[Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser.]_

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