Forum Replies Created

Viewing 1 replies (of 1 total)
  • i have also tried to add google verification code with out success. where can i add the code. some one help please.

    [please mark any posted code, or use teh pastebin for larger amounts – http://wordpress.org/support/theme/oulipo/ ]

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head profile="http://gmpg.org/xfn/11">
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <meta name="distribution" content="global" />
    
    <meta name="robots" content="follow, all" />
    
    <meta name="language" content="en" />
    
    <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" /> 
    
    <?php wp_head(); ?>
    
    <script type="text/javascript"><!--//--><![CDATA[//><!--
    
    sfHover = function() {
    
    	if (!document.getElementsByTagName) return false;
    
    	var sfEls = document.getElementById("nav").getElementsByTagName("li");
    
    	// if you only have one main menu - delete the line below //
    
    	var sfEls1 = document.getElementById("subnav").getElementsByTagName("li");
    
    	//
    
    	for (var i=0; i<sfEls.length; i++) {
    
    		sfEls[i].onmouseover=function() {
    
    			this.className+=" sfhover";
    
    		}
    
    		sfEls[i].onmouseout=function() {
    
    			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    
    		}
    
    	}
    
    	// if you only have one main menu - delete the "for" loop below //
    
    	for (var i=0; i<sfEls1.length; i++) {
    
    		sfEls1[i].onmouseover=function() {
    
    			this.className+=" sfhover1";
    
    		}
    
    		sfEls1[i].onmouseout=function() {
    
    			this.className=this.className.replace(new RegExp(" sfhover1\\b"), "");
    
    		}
    
    	}
    
    	//
    
    }
    
    if (window.attachEvent) window.attachEvent("onload", sfHover);
    
    //--><!]]></script>
    
    </head>
    
    <body>
    
    <div id="wrap">
    
    <div id="header">
    
    	<!--To define the 468x60 ad, go to your WP dashboard and go to Appearance -> Revolution Lifestyle Options and enter the ad code.-->
    
    </div>
    
    <div id="navbar">
    
    	<div id="navbarleft">
    
    		<ul id="nav">
    
    <li><a>">Home</a></li>
    			<?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
    
    	</div>
    
    </div>
    
    <div style="clear:both;"></div>
    
    <div id="subnavbar">
    
    	<ul id="subnav">
    
    		<?php wp_list_categories('sort_column=name&title_li=&depth=4'); ?>
    
    </div>
    
    <div style="clear:both;"></div>
Viewing 1 replies (of 1 total)