Wolas soy nuevo acá y en la programación en general, resulta que abri una pagina en wordpress http://www.nubespsicoactivas.cl y instale plugin para que se vieran imágenes en miniatura en las entradas (WP Smart Image II) muestra la imagen pero quiero que el texto quede a la derecha.
Código PHP:
<div class="post" id="post-<?php the_ID(); ?>">
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<p class="byline"><small><?php the_time('F jS, Y') ?> by <?php the_author() ?> <?php edit_post_link('Edit', ' | ', ''); ?></small></p>
<div class="entry">
<?php wpsi(); ?> <!-- ACA VA LA IMAGEN -->
<?php the_post_thumbnail(array(100,100)); ?>
<?php the_excerpt(); ?>
<p class="links"><a href="<?php the_permalink() ?>" class="more">Leer más</a></p>
</div>
</div>
Espero me puedan ayudar (: