Guest User

Elementor Example

a guest
Mar 18th, 2018
3,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php if (have_posts()) {
  2.     while (have_posts()) {
  3.         the_post();
  4.         the_content();
  5.     }
  6. } ?>
Advertisement
Add Comment
Please, Sign In to add comment