Viewing 1 replies (of 1 total)
  • Thread Starter Patrice Poliquin

    (@poliquinp)

    I’m not sure if this can helps me to get the_content() of the other page?

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       <?php the_content(); ?>
    <?php endwhile; endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Get the_content() from another page to one in particular?’ is closed to new replies.