Advertisement
parkeast

Divi Builder on Project Page

Jul 12th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php $recent = new WP_Query("page_id=**PAGE ID**"); while($recent->have_posts()) : $recent->the_post();?>
  2.        <?php the_content(); ?>
  3. <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement