/ Published in: PHP
Expand |
Embed | Plain Text
if (have_posts()): while(have_posts()): the_post(): ?> // el contenido <?php else: ?> no existe nada <?php endif; endwhile; ?>
You need to login to post a comment.
if (have_posts()): while(have_posts()): the_post(): ?> // el contenido <?php else: ?> no existe nada <?php endif; endwhile; ?>
You need to login to post a comment.