/ Published in: Other
Expand |
Embed | Plain Text
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php // Individual Post Styling ?> <?php endwhile; ?> <?php // Navigation ?> <?php else : ?> <?php // No Posts Found ?> <?php endif; ?>
You need to login to post a comment.
