Title: Request: Specific post ids
Last modified: August 21, 2016

---

# Request: Specific post ids

 *  [gkbenji](https://wordpress.org/support/users/gkbenji/)
 * (@gkbenji)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/request-specific-post-ids/)
 * Great plugin, and the best I found for highlighting posts across multiple blogs.
   For my purposes, rather than the most recent posts I want a “curated” selection
   of specific posts. I haven’t seen another plugin that comes close.
 * Would it be possible to add an option for listing specific post ids to be shown?
   Right now you can ignore certain post ids, but not explicitly include them. You
   can display or ignore certain blog ids; I want to be able to do the same for 
   post ids.
 * I was able make a simple change that did this for the time being, making “Ignore
   posts” become “Include posts” at lines 547 and 463 of network-latest-posts.php
   by simply changing the sense of the test and removing the !:
    `if( in_array( 
   $post->ID, $post_ignore ) ) {`
 * Thanks for your consideration!
 * [http://wordpress.org/extend/plugins/network-latest-posts/](http://wordpress.org/extend/plugins/network-latest-posts/)

The topic ‘Request: Specific post ids’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

## Tags

 * [$post->id](https://wordpress.org/support/topic-tag/post-id/)

 * 0 replies
 * 1 participant
 * Last reply from: [gkbenji](https://wordpress.org/support/users/gkbenji/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/request-specific-post-ids/)
 * Status: not resolved