Title: posts_morelink does not work
Last modified: August 22, 2016

---

# posts_morelink does not work

 *  [jammers111](https://wordpress.org/support/users/jammers111/)
 * (@jammers111)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/posts_morelink-does-not-work/)
 * When I add the following code — posts_morelink=”Read more about this post” — 
   it does not show up at all. I checked the templates/default.php and it does not
   have a reference for this code within that file. Can you check it out?
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  [curiouslt](https://wordpress.org/support/users/curiouslt/)
 * (@curiouslt)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/posts_morelink-does-not-work/#post-5343196)
 * Not working for me either. Any resolution on this?
 *  [AACT](https://wordpress.org/support/users/aact/)
 * (@aact)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/posts_morelink-does-not-work/#post-5343198)
 * 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.

 * ![](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/)

## Tags

 * [default](https://wordpress.org/support/topic-tag/default/)
 * [default.php](https://wordpress.org/support/topic-tag/default-php/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 2 replies
 * 3 participants
 * Last reply from: [AACT](https://wordpress.org/support/users/aact/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/posts_morelink-does-not-work/#post-5343198)
 * Status: not resolved