Hi there. I’m also having the same problem. I WAS using v 5.9 and I noticed the category lists disappear, so I updated to the latest version and it still doesn’t appear. It has been working fine for some time, then all of a sudden it doesn’t. It doesn’t work with ANY category I change it to.
In the HTML, it generates:
<ul class=”lcp_catlist” id=”lcp_instance_0″>
but nothing inbetween. I’ve tried by category name and category id, but still nothing. 🙁
Have you had any joy getting it fixed? I hope someone can help!
Thanks.
Hello sadrobot, it is nice to not be alone.
Btw i ve not fixed the issue bcos i would not know where to start, btw since my goal was to just list all the post alphabetically i ve settled the tag like this:
[catlist id=xxx orderby=title numberposts=1000 order=asc]
basically the issue is generated by >starting_with=”a”< (and other letters of course), so removing it will solve my problem, even if the previous layout of post list was nicer (divided by letter).
hope the author will fix the issue bcos so far he seems not caring about it… 🙁 let me know if u have news btw.
The plugin stopped working before updating it to 0.62?
Are you both using the “starting_with” parameter?
Hi there.
Thanks for your response. Yes, My list disappeared in version 0.59, and still not there in v 0.62.
I’m using simply:
[catlist name=”Private Board Members”]
[catlist id=”87″]
doesn’t work either. 🙁
I’ve never used the ‘starting_with’ parameter, should I be?
Thank you!
Hi, I don’t know whether this is your problem, but I noticed tradingkidz has numberposts=1000
We’ve found that you can run out of space with trying to list a lot of posts. That can result either in seeing a Fatal error due to running out of space or just seeing nothing.
We have got round it by splitting the catlists into shorter ones. e.g.
[catlist numberposts=200 offset=0]
[catlist numberposts=200 offset=200]
Note to author: is WP’s own cache filling up?