Estimados, necesito de su ayuda urgente...
un usuario de este foro me paso un code php para no indexar tag ni pagina autor de wp.
lo tenia que incluir en functions.php
el code es:
Código PHP:
//Metarobots
function meta_robots() {
global $page, $paged, $posts;
if ( is_tag() ) { echo "noindex,follow"; }
elseif (is_author() ) { echo "noindex,follow"; }
else { }
}
y lo pegue en functions php! luego actualice el archivo y NO PUDE VER MAS MI BLOG, esta en blanco!!
tambien esta en blanco el PANEL DE ADMINISTRACION!!
ya intente hacer: subi de NUEVO el functions.php original pero NO PASA NADA!
necesito ayuda urgente por favor S