Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/03/2009, 09:20
Avatar de etzekiel
etzekiel
 
Fecha de Ingreso: agosto-2008
Mensajes: 67
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: Wordpress 2.7.1

básicamente tendrias que explorar los archivos de tu plantilla, por ejemplo:

index.php
single.php
page.php

Y cambiar/ alterar el idioma por ejemplo:

Código PHP:
Poste by <?php the_author_posts_link(); ?>  | Posted in <?php the_category(', '?>  | Posted on <?php the_time'l F j, Y' ?>
Por esto:

Código PHP:
Escrito por <?php the_author_posts_link(); ?>  | En <?php the_category(', '?>  | Fecha <?php the_time'l F j, Y' ?>