Hola,
En que sitio se pega la metaetiqueta de google webmaster para verificar el sitio.
Plantilla Minimatica
Gracias
La puedes colocar en header.php en la etiqueta
.
Gracias Daniel,
No consigo que verifiquen el sitio, puedes indicar en que sitio del header.php, pego la etiqueta.
<?php
/**
* The Theme Header Template
*
* Used to display the document section and page header
*
* @package WordPress
* @subpackage Minimatica
* @since Minimatica 1.0
*/
?>
<html >
<meta charset="” />
<link rel="pingback" href="” />
<?php
/**
* Hook used to isert content in the document's section.
* Always have this before closing the tag.
*/
wp_head(); ?>
<body >
< id=”site-title”><a href="” title=”” rel=”home”></>
La puedes plancer bajo la etiqueta <link rel = “pingback” … />
-
This reply was modified 12 years, 6 months ago by Daniel Tara.
Hola,
No funciona,
Otra idea?
Gracias
<?php
/**
* The Theme Header Template
*
* Used to display the document section and page header
*
* @package WordPress
* @subpackage Minimatica
* @since Minimatica 1.0
*/
?>
<html >
<meta charset="” />
<link rel="pingback" href="” />
<?php
/**
* Hook used to isert content in the document's section.
* Always have this before closing the tag.
*/
wp_head(); ?>
<body >
< id=”site-title”><a href="” title=”” rel=”home”></>