Pues me da error, me temo que es algo mas, si lo saco del
Código PHP:
Ver original$args = array( 'post_type' => 'product', 'posts_per_page' => 3 ); $loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
the_title();
echo '<div class="entry-content">';
the_post_thumbnail
( array(320,300)); the_permalink();
the_excerpt();
echo '</div>';
endwhile;
si pongo tu enlace me da error dentro del while. afuera no. Me temo que es algun codigo en php, algo de este tipo,
Código PHP:
Ver originalecho '<a href="<?php echo (the_permalink();) ?>">Ve a tal cosa</a>';