no os paso la url pk no tengo el tema online ya que tengo ese problema y no me gusta k los visitantes vean la web de esa forma...
os pongo el codigo del index del theme aver si os sirve
Código:
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<div class="ptitle"><h2 class="title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
</div>
<div class="entry">
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:right;margin:17px 10px 0px 10px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:right; margin:17px 10px 0px 10px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
<?php endif; ?>
<?php the_content_limit(750, "<b>»Ver Mas</b>"); ?>
<div class="postmetadata"> <div class="cat"><?php the_category(', ') ?> </div>
<div class="date"><?php the_time('j M') ?></div>
<div class="com"><?php comments_popup_link('Add a Comment', '1 Comment', '% Comments'); ?></div>
</div></div></div>
<?php endwhile; ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
else { ?>
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
<?php } ?>
</div>
<?php else : ?>
<?php include(TEMPLATEPATH."/404.php");?>
<?php endif; ?>
</div>
<?php get_sidebar();?>
</div>
<?php get_footer(); ?>
ah el plugin lo e probado y nada no ay manera k salgan las fotos del post en la portada
gracias