• Resolved domdeez

    (@domdeez)


    I am displaying the post type “articles” on my home page using the code below. How can I include other post types (memories,history,etc.) in this query?

    <?php $recent = new WP_Query('post_type=articles&posts_per_page=4' . '&order=DESC'); while($recent->have_posts()) : $recent->the_post();?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple post types on home page’ is closed to new replies.