Viewing 2 replies - 1 through 2 (of 2 total)
  • Not working for me either. Any resolution on this?

    Hi

    the template default.php is I think just a few examples of what you can put in a template – it doesn’t list everything. If you want to put out the morelink then you need to put this line

    $lcp_display_output .= $this->get_posts_morelink($single);

    in the template file after the line that outputs the content of a post which looks something like:
    $lcp_display_output .= $this->get_content($single, ‘p’, ‘lcp_content’);

    However,as the default.php is just an example, if you don’t really need a template, then don’t use the template=default parameter in your catlist call and see whether you get what you want.

    If you do need your own template, then you can take default.php as a guide (but it doesn’t have everything in it, and you may want to add things or alter the order in which things appear). Put your own copy (probably named something other than default) into a folder called list-category-posts inside your child theme directory. Otherwise you will find your template overwritten when you next update the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘posts_morelink does not work’ is closed to new replies.