• male_overhaul

    (@male_overhaul)


    I want to change the name of the landing page of my site “overview”, in the browser tabs to MaleOverhaul instead of https://www.maleoverhaul.com.au
    According to other posts I need to change the Header.php code. Tell me if that is incorrect. This is the header.php code below. What do I change please? Thanks.
    see how my site looks now on the Overview Page compared to other pages: https://www.MaleOverhaul.com.au

    <!DOCTYPE html>
    
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    	<head profile="https://gmpg.org/xfn/11">
    		<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    		<?php do_action('favicon') ?>
    
    		<title><?php wp_title(); ?></title>
    
    		<?php do_action( 'bp_head' ) ?>
    		<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    		<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    		<?php wp_head(); ?>
    
    	</head>
        <body <?php body_class(get_responcive_class()) ?> id="cc">
    
     <div id="outerrim">
    
     	<?php do_action( 'bp_before_header' ) ?>
    
         <div id="header"<?php echo (get_responcive_class() === 'not-responsive' && (is_active_sidebar('headerleft') || is_active_sidebar('headerright') || is_active_sidebar('headercenter'))) ? ' style="height: 220px;"': ''; ?> onclick="location.href='https://maleoverhaul.com.au';" style="cursor: pointer;">	
    
        	<?php wp_nav_menu( array( 'container_class' => 'menu menu-top', 'theme_location' => 'menu_top','container' => 'div', 'fallback_cb' => false ) ); ?>
            <div class="row-fluid header-widgets">
                <div class="span12">
                    <?php if( ! dynamic_sidebar( 'headerfullwidth' )) :?>
                    <?php endif; ?>
    
                <?php if (is_active_sidebar('headerleft') ){ ?>
                    <div class="widgetarea cc-widget span4">
                        <?php dynamic_sidebar( 'headerleft' )?>
                    </div>
                <?php } ?>
    
                <?php if (is_active_sidebar('headercenter') ){ ?>
                    <div <?php if(!is_active_sidebar('headerleft')) { echo (get_responcive_class() === 'not-responsive')? 'style="margin-left: 350px !important"':'style="margin-left: 410px !important"'; } ?> class="widgetarea cc-widget cc-widget-center span4">
                        <?php dynamic_sidebar( 'headercenter' ) ?>
                    </div>
                <?php } ?>
    
                <?php if (is_active_sidebar('headerright') ){ ?>
                    <div class="widgetarea cc-widget cc-widget-right span4">
                        <?php dynamic_sidebar( 'headerright' ) ?>
                    </div>
                <?php } ?>
                </div>
            </div>
    		<?php do_action( 'bp_before_access')?>
    
            <div id="access" class="span12">
        		<div class="menu">
    
    				<?php do_action('bp_menu') ?>
    
    				<?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */ ?>
    				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary','container' => '') ); ?>
    			</div>
    		</div>
    
    		<?php do_action( 'bp_after_header_nav' ) ?>
    
    		<div class="clear"></div>
    
    	</div><!-- #header -->
    
    	<?php do_action( 'bp_after_header' ) ?>
    	<?php do_action( 'bp_before_container' ) ?>
    	<script type="text/javascript" src="//cdn.contactus.com/cdn/forms/MDlmYTY3Njg5NQ,,/contactus.js"></script>
    	<script type="text/javascript" src="//cdn.contactus.com/cdn/forms/NGUxZWUzNDgzYg,,/contactus.js"></script>
        <div id="container" class="container-fluid">
            <div class="row-fluid <?php echo cc_get_class_by_sidebar_position(); ?>">
                <?php do_action('sidebar_left');?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Jackie Chan

    (@jackie-chan)

    Usually if you set your site title to “MaleOverhaul” that should be what appears in your tab.

    (Dashboard-Settings-General-Site Title)

    Hope this helps

    Thread Starter male_overhaul

    (@male_overhaul)

    Yes it seems to be picking up the WordPress Address (URL) or the Site Address (URL), not the Site Title.

    Jackie Chan

    (@jackie-chan)

    Do you have a SEO plugin installed? I had this problem and it was due to the SEO settings over riding my wordpress title settings

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to configure my browser tab info correctly?’ is closed to new replies.