• Hi,

    I have been searching the forun for four hours now, I can’t find a solution. I did find a lot of people with the same problem. Some of them display the code mods needed to accomplish it.

    Most of them say that you need to modify the theme header.php but none of the code exmples match mine.

    So the only hope I have at this point is to post my header.php code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <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 http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo('name') != "") echo ' - ' ; bloginfo('name'); }
    elseif (is_single() ) { single_post_title(); }
    elseif (is_page() ) { bloginfo('name'); if(get_bloginfo('name') != "") echo ': '; single_post_title(); }
     else { wp_title('',true); } ?></title>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
    <!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="art-main">
    <div class="art-sheet">
        <div class="art-sheet-tl"></div>
        <div class="art-sheet-tr"></div>
        <div class="art-sheet-bl"></div>
        <div class="art-sheet-br"></div>
        <div class="art-sheet-tc"></div>
        <div class="art-sheet-bc"></div>
        <div class="art-sheet-cl"></div>
        <div class="art-sheet-cr"></div>
        <div class="art-sheet-cc"></div>
        <div class="art-sheet-body">
    <div class="art-header">
        <div class="art-header-jpeg"></div>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/swfobject.js"></script>
    <div id="art-flash-area">
    <div id="art-flash-container">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="946" height="268" id="art-flash-object">
        <param name="movie" value="<?php bloginfo('template_url'); ?>/images/flash.swf" />
        <param name="quality" value="high" />
    	<param name="scale" value="exactfit" />
    	<param name="wmode" value="transparent" />
    	<param name="flashvars" value="color1=0xFFFFFF&alpha1=.50&framerate1=24" />
        <param name="swfliveconnect" value="true" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/images/flash.swf" width="946" height="268">
            <param name="quality" value="high" />
    	    <param name="scale" value="exactfit" />
    	    <param name="wmode" value="transparent" />
    	    <param name="flashvars" value="color1=0xFFFFFF&alpha1=.50&framerate1=24" />
            <param name="swfliveconnect" value="true" />
        <!--<![endif]-->
          	<div class="art-flash-alt"><a href="https://www.adobe.com/go/getflashplayer"><img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></div>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object>
    </div>
    </div>
    <script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php bloginfo('template_url'); ?>/expressInstall.swf");</script>
    <div class="art-logo">
        <div id="slogan-text" class="art-logo-text">
            <?php bloginfo('description'); ?></div>
    </div>
    
    </div>
    <div class="art-nav">
    	<div class="l"></div>
    	<div class="r"></div>
    	<ul class="art-menu">
    		<?php art_menu_items(); ?>
    	</ul>
    </div>

    The only thing I see in there which points to something that could be the navigation bar is the <?php art_menu_items(); ?> .

    I tried to look for a file named ‘art_menu_items’ but I could not find it… but, as it is certainly evident, I an not a programmer, so I maybe completely off track.

    Can anybody point me in the right direction, please?

    Thank you very much.
    Marco

    .

Viewing 1 replies (of 1 total)
  • Have you looked in categories on your dashboard?

    You can probably change it there rather than changing it in page code it’s self.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the name of the home tab’ is closed to new replies.