Home Forums Theme support meta code google master bing Reply To: meta code google master bing

ok i ll do .it too
txs
i ll put here :

<head>

xxxx meta of bing
xxxx script of analytics

<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<link rel=”shortcut icon” href=”<?php echo load_option(“favicon”); ?>” type=”image/x-icon”>
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php //wp_get_archives(‘type=monthly&format=link’); ?><?php // this function will be produce an Validation Error. You can uncomment if you want! ?>
<?php //comments_popup_script(); // off by default ?>
<!–[if lt IE 9]>
<script src=”//html5shim.googlecode.com/svn/trunk/html5.js”></script>
<![endif]–>
<?php wp_head(); ?>
</head>

I REMOVE FROM YOUR FIELS IN THE BACK END TOO?