Viewing 1 replies (of 1 total)
  • Thread Starter joshmishell

    (@joshmishell)

    Forget it, I figured it out. Swap this out for your posts php

    <?php $recent = new WP_Query(“pagename=EnterYourPageNameHere“); while($recent->have_posts()) : $recent->the_post();?>
    <h2><?php the_title(); ?></h2>
    <?php the_content(); ?>
    <?php endwhile; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Display a specific page instead of posts below portfolio content on homepage’ is closed to new replies.