Advertisement
eimkasp

Wotdpress Page content Loop

Jun 12th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <!--  Gauname puslapio turini -->
  2. <?php while ( have_posts() ) : the_post(); ?>
  3.     <?php
  4.     // atspausdina puslapio turini
  5.     the_content();
  6.     ?>
  7. <?php endwhile; // end of the loop. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement