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">