Title: Pagination not displaying with post type array
Last modified: August 22, 2016

---

# Pagination not displaying with post type array

 *  [horopeza](https://wordpress.org/support/users/horopeza/)
 * (@horopeza)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/pagination-not-displaying-with-post-type-array/)
 * Hey,
 * I’m trying to fix an issue with pagination not displaying.
    `$event_query = new
   WP_Query(array( 'post_type' => array( 'event', 'news' )));` I’m pulling in content
   from two different post types. Have about 100 combined event and news posts.
 * WordPress is set to display 10 posts per page, but fails to show pagination for
   this page, even though the pagination code is present.
    `<p><?php posts_nav_link('•');?
   ></p>`
 * I was messing around with different pagination snippets and the one that seems
   to display something is this one
    `<?php previous_post(); ?> <?php next_post();?
   >` But this one is not very useful since I’m displaying a list of posts
 * Any help/guidance will be appreciated.
 * Thanks

Viewing 1 replies (of 1 total)

 *  [Will Schmierer](https://wordpress.org/support/users/officialwill/)
 * (@officialwill)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/pagination-not-displaying-with-post-type-array/#post-5839906)
 * This might be some good direction for setting up custom post types and pagination.
   Hope this gets you started in the right direction::
 * [http://callmenick.com/2014/02/21/custom-wordpress-loop-with-pagination/](http://callmenick.com/2014/02/21/custom-wordpress-loop-with-pagination/)

Viewing 1 replies (of 1 total)

The topic ‘Pagination not displaying with post type array’ is closed to new replies.

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [links](https://wordpress.org/support/topic-tag/links/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Will Schmierer](https://wordpress.org/support/users/officialwill/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/pagination-not-displaying-with-post-type-array/#post-5839906)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
