Ver Mensaje Individual
  #7 (permalink)  
Antiguo 16/10/2012, 11:22
i_gar
 
Fecha de Ingreso: septiembre-2012
Mensajes: 26
Antigüedad: 11 años, 7 meses
Puntos: 0
Respuesta: Fallo grave en WordPress

Cita:
Iniciado por Ag666 Ver Mensaje
1 - entra por ftp a tu sitio
2 - dirígete a la carpeta /wp-content/themes/TechMax/ y habré el archivo header.php
3 - con tu editor usa la función buscar y encuentra la frase wp_initialize_the_theme_message()
4 - selecciona todo el código ligado a esto
5 - busca en tu teclado la tecla suprimir
6 - presiona la tecla suprimir
7 - guarda tu archivo

va no puedo ser mas claro que eso. ñ.ñ amigo si quieres evitarte problemas ya deja ese sitio en paz y trabaja en modo local, al menos hasta que hayas leído muchas veces el material que encuentres en google y despejes todas tus dudas.

Por cierto si tienes un respaldo del tema que esta usando o ya no te interesa basta con que entres por ftp y borres toda la carpeta TechMax en la ruta /wp-content/themes/TechMax/

lo vuelves a subir (el original) o simplemente selecciona otro tema
Bien, realicé los pasos que me dijistes y eliminé "{ wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish();?>"
Y ahora me dice lo siguiente:

Código PHP:
Ver original
  1. /si", $c) ) { wp_initialize_the_theme_message(); die; } } } wp_initialize_the_theme_finish();?>
  2. Parse error: syntax error, unexpected '>' in /home/u128678574/public_html/wp-content/themes/TechMax/header.php on line 1
Entiendo que algo va mal respecto a >.
¿Qué pasos debo de realizar ahora? Las primeras líneas de header son:
Código PHP:
Ver original
  1. <?php global $theme; ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?php function wp_initialize_the_theme() { if (!function_exists("wp_initialize_the_theme_load") || !function_exists("wp_initialize_the_theme_finish")) <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>><head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /><title><?php $theme->meta_title(); ?></title><?php $theme->hook('meta'); ?><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/reset.css"

¿Qué debo de hacer? Con modo local, a qué te refieres?
De verdad que muchísimas gracias por tu ayuda.
Un saludo.