/ Published in: PHP
Expand |
Embed | Plain Text
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> <?php endwhile; ?> <?php endif; ?>
You need to login to post a comment.
