Recent Topics

1 Nov 13, 2008 09:43    

My b2evolution Version: 2.x

I want to verify my site with google. It says I have to put the tag below

<meta name="verify-v1" content="gWI2QYf3tbfHXUFr/qyHUjzGKMESCuK0ZYVOdlbZJgU=" />

Then it tells me to put it:

Copy the meta tag listed below and paste it in your site's home page in the first <head> section of the page, before the first <body> section.

example below:
<html>
Place meta tag after the <head> tag and before the </head> tag <head> <meta name="verify-v1" content="gWI2QYf3tbfHXUFr/qyHUjzGKMESCuK0ZYVOdlbZJgU=" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>

I'm confused where I need to put it. Do I put it in the index.main.php or in the style.css?

Help! :oops: :-/
[color=darkred][/color]

2 Nov 13, 2008 10:44

Hi, if you open skins->yourskin-> and edit the file _html_header.inc.php

Make sure you back up the original file before replacing it with the edited one.

Cheers

3 Nov 15, 2008 11:13

John wrote:

Hi, if you open skins->yourskin-> and edit the file _html_header.inc.php

Make sure you back up the original file before replacing it with the edited one.

Cheers

I'm sorry but I still don't understand can you give me more details? I'm a newbie at this :oops:

EDITED: Never mind I did it with the other option, uploading the file. :)

Thanks!


Form is loading...