Title: Single Posts
Last modified: August 24, 2016

---

# Single Posts

 *  [Sofian777](https://wordpress.org/support/users/sofian777/)
 * (@sofian777)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/single-posts-2/)
 * I wonder if it is possible to add the option to simply add a single post ID. 
   For the moment it would be necessary to create a new category just for that post,
   or to use another plugin, yet I would prefer to not use too many plugins.
 * Did you ever consider adding it, will it come soon, or is it against the purpose
   of this plugin?
 * I created a template that is rendering posts as they are, I needed it for a cat
   list. This is all that is in it, and such a template would be needed, e.g. as“
   single-post.php”:
 *     ```
       $lcp_display_output = '';
       foreach ($this->catlist->get_categories_posts() as $single){
         $lcp_display_output .= $this->get_content($single);
       }
       //Pagination
       $lcp_display_output .= $this->get_pagination();
       $this->lcp_output = $lcp_display_output;
       ```
   
 * Thank you very much for your wonderful plugin.
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

The topic ‘Single Posts’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Sofian777](https://wordpress.org/support/users/sofian777/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/single-posts-2/)
 * Status: not resolved