Question about and location
-
I’m trying to verify a site by inserting a meta tag. the instructins say to “Copy the meta tag below and paste it into your Web site’s home page. It should go in the <head> section, before the first <body> section.”
<meta name="norton-safeweb-site-verification" content="6cblz2psnup7q814xkah7cjukrm5vzb8or1ok2yci7a90u8nvwwb02iovpj1h6osdnfl1ba-7-cyss3codmhvebgt1l74-tsddq-58-89e5e41weynglz-l47ueqmuiy" />
I think the homempage is called Header.php in the Editor (or is it Index.php?).
Anyway, in Header.php, I found this (below). Do i put the tag in here somewhere? Thank you for your help!
<head> <meta charset="<?php bloginfo('charset'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php suffusion_document_header(); if (is_singular()) { wp_enqueue_script('comment-reply'); } ?> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/scripts/html5.js" type="text/javascript"></script> <![endif]--> <?php global $suf_cpt_layouts, $suffusion_cpt_layouts; if (isset($suf_cpt_layouts)) { $suffusion_cpt_layouts = suffusion_get_associative_array($suf_cpt_layouts); } wp_head(); ?> </head> <body <?php body_class(); ?>> <?php suffusion_before_page(); ?> <?php suffusion_before_begin_wrapper(); ?> <div id="wrapper" class="fix"> <?php suffusion_after_begin_wrapper(); ?> <div id="container" class="fix"> <?php suffusion_after_begin_container(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Question about and location’ is closed to new replies.