Retroceder   Foros del Web > Diseño de Sitios web > Aplicaciones pre-fabricadas > Wordpress

Respuesta
 
Herramientas Desplegado
Antiguo 10-mar-2008, 02:07   #1 (permalink)
luismarcos ha deshabilitado el karma
 
Fecha de Ingreso: mayo-2007
Mensajes: 19
Undefined Function Language

Hola que tal!!

Acabo de instalar wordpress y pues estaba viendo distintos temas para alegrarlo un poco y cada vez que veia uno llamativo me lo descargaba lo instalaba en el directorio y sin más al abrir la URL del site me daba:
Código:
Fatal error: Call to undefined function language_attributes() in /home/luismarc/public_html/blog/wp-content/themes/shaded-blue-10/header.php on line 2
Este es el PHP del header.php (shaded-blue-10):
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php ?> <?php wp_title(); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />



<?php wp_head(); ?>
</head>
<body>
<div id="page">


<div id="header">
    <div id="headerimg">
        <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        <div class="description"><?php bloginfo('description'); ?></div>
    </div>
</div>

<ul id="themenu">
<li><a class="<?php if(is_home()) echo "active"?>" href="<?php echo get_option('home');?>">Home</a></li>
<?php wp_list_pages('depth=1&title_li=' ); ?>
</ul>
Queria pues ver que podria ser y como solucionarlo....

Gracias de Antemano!
luismarcos está desconectado   Responder Citando
Antiguo 10-mar-2008, 06:50   #2 (permalink)
David_dfd está en el buen camino
 
Avatar de David_dfd
 
Fecha de Ingreso: febrero-2005
Ubicación: Tenerife
Mensajes: 216
Enviar un mensaje por MSN a David_dfd
De acuerdo Re: Undefined Function Language

Quita la parte de " <?php language_attributes(); ?>"

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml"
El problema es que la nueva version del WP incluye esta funcion pero la que tu tienes no. Actualualiza a la ultima version o borra esta linea de los Themes.

Saludos
__________________
[ Traductor Código Morse | Risas En La Red ]
David_dfd está desconectado   Responder Citando
Antiguo 10-mar-2008, 18:29   #3 (permalink)
luismarcos ha deshabilitado el karma
 
Fecha de Ingreso: mayo-2007
Mensajes: 19
Re: Undefined Function Language

XD XD

Es muy probable que sea eso, Gracias man, otra cosilla, donde puedo conseguir la ultima versión en español?
luismarcos está desconectado   Responder Citando
Antiguo 11-mar-2008, 10:22   #4 (permalink)
David_dfd está en el buen camino
 
Avatar de David_dfd
 
Fecha de Ingreso: febrero-2005
Ubicación: Tenerife
Mensajes: 216
Enviar un mensaje por MSN a David_dfd
Busqueda Re: Undefined Function Language

Pues aqui

http://alexseo.com/wordpress/wordpress-23-en-espanol/
__________________
[ Traductor Código Morse | Risas En La Red ]
David_dfd está desconectado   Responder Citando
Respuesta
No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Activado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 03:18.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93