Recent Topics

1 Jan 30, 2009 05:09    

My b2evolution Version: 2.x

Does anyone know how to add this meta tag into the top header section of my site. I need it there to verify my site with google. The tag is:

<meta name="verify-v1" content="2fBaAYanFKhqc+waRGdg8MiwBeITykgt6rcSPg4PTA4=" />

I tried adding it as a widget but that didn't work it kept telling me the tag was in the wrong spot.

2 Jan 30, 2009 06:51

You shoud add it in skins/_html_header.inc.php

3 Jan 30, 2009 20:21

I don't have the _html_header.inc php in my skin folder. Also how do I add it, what will it look like and where exactly should I put it inside the php file?

4 Jan 30, 2009 20:38

Goto your folder ->blogs ->skins and look down the list.
You will find _html_header.inc.php

Simply place your meta tag code in with all the others there by default.

<meta name="description" content="<?php $Blog->disp( 'shortdesc', 'htmlattr' ); ?>" />
	<meta name="keywords" content="<?php $Blog->disp( 'keywords', 'htmlattr' ); ?>" />
	<?php robots_tag(); ?>
	<meta name="generator" content="b2evolution <?php app_version(); ?>" />

5 Jan 30, 2009 21:05

Thanks a bunch that did it!!!!

6 Feb 11, 2009 13:37

I thought you could just make a google html file and upload it to the root dir of the website To verify it.


Form is loading...