• 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://ww.wp.xz.cn/plugins/list-category-posts/

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