• Hello Guys,
    i m having a terrible problem, i just found out that since few days (probably after upgrading to WP 4.2.2) the page where i was showing my post list are not showing anything.
    In this page i ve inserted these code:

    [catlist id=xxx orderby=title numberposts=100 order=asc starting_with=”a”]

    it worked perfectly so far, i was running 0.59.2, so i tried to upgrade to 0.6.2 (this after detecting the problem) but as result i just had the code to show up as simple text. So i really don’t know what to do, i just read somebody had fatal error with 0.6, but i m just having nothing 🙁

    Hope somebody can help me, thanks a lot. regards.

    https://wordpress.org/plugins/list-category-posts/

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter tradingkidz

    (@tradingkidz)

    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.

    Plugin Author Fernando Briano

    (@fernandobt)

    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?

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

The topic ‘Everything disapperead’ is closed to new replies.