23/06/2013, 11:54
|
| | | Fecha de Ingreso: septiembre-2012 Ubicación: Mendoza
Mensajes: 255
Antigüedad: 12 años, 4 meses Puntos: 29 | |
Respuesta: como no indexar tag ni author en mi blog? descargue el functions.php para wp-inlclude y lo puse ahi correctamente.
descargue el functions.php para wp-content-theme-twentyeleven y lo puse ahi correctamente.
Añadi la linea al header.php antes de </head>
y no me funciona... :s
sera el .htaccess?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
asi lo tengo :? |