Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (have_post()):
- while(have_post()):the_post();?>
- <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
- <?php the_content();?>
- <?php endwhile;
- else:
- echo'<p>No content found</p>';
- endif;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement