Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Aylestock

    (@aylestock)

    Thanks for the links, but i can’t figure out where do i put the code. Can you give me an example of where and what to put exactly please.
    Thanks

    Thread Starter Aylestock

    (@aylestock)

    Here is my header:

    <!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'); ?>" />
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    <?php wp_head(); ?>
    <link rel="stylesheet" href="<?php echo blogdir;?>style.css" type="text/css" media="screen" />
    <!--[if IE 6]><link rel="stylesheet" href="<?php echo blogdir;?>ie6.hack.css" type="text/css" media="screen" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php echo blogname; ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php echo blogname; ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    </head>
    <body>
    <div class="wrapper">
    
    	<div class="logoarea">
        	<div class="logo">
            	<div class="logoright">
                	<div class="logobg">
                        <h1><a>" title="Classic Cars"> <span></span></a></h1>
                        <div class="slogan"></div>
                    </div>
                </div>
            </div>
            <div class="navsearch">
            	<div class="navigation"><a>">Home</a><span>|</span><?php $rep = "<span>|</span>"; $t = strip_tags(wp_list_pages('title_li=&depth=0&echo=0'),"<a>"); $t = str_replace("</a>","" . $rep,$t); $t = substr($t,0,strlen($t)-(strlen($rep)+1)); echo $t; ?></div>
                <div class="search"><div class="inside"><form action="<?php echo home; ?>" method="get" id="searchform"><input type="text" id="s" name="s" class="text"/><input type="submit" value="Search" class="submit"/></form></div></div>
            </div>
            <div class="clear"></div>
        </div>
    
        <div class="topNav"><div class="topNavW"><div class="topNavI"><?php
    					global $theme_settings;
    					$as_bz_feature_categories = $theme_settings["featured_cats"];
    					if (is_array($as_bz_feature_categories)){
    						foreach ($as_bz_feature_categories as $asbzcat){
    							$url = get_category_link($asbzcat);
    							$name = get_cat_name($asbzcat);
    							echo "<a>$name</a><span>|</span>";
    							$ic++;
    						}
    					}
    					?></div></div></div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation menu in my bar?’ is closed to new replies.