Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/10/2008, 11:04
Myska
 
Fecha de Ingreso: mayo-2006
Mensajes: 2
Antigüedad: 18 años, 6 meses
Puntos: 0
Respuesta: Ultimo post en mi portal

Gracias al final lo pude hacer con este codigo

Código:
<?php require_once("./miblog/wp-config.php"); ?>
<?php $my_query = new WP_Query('showposts=1');
 while ($my_query->have_posts()) : $my_query->the_post();
      $do_not_duplicate = $post->ID;?>
       <?php the_title(); ?>
       <?php the_content(); ?>
       <?php endwhile; ?>
me salian codigos raros al iniciop pero basto con poner en la cabecera

Código:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">