Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,
    I’ve got the same issue.
    Did you finally find a solution ?
    Tanks in advance,

    I’ve been fighting with this.

    You need to comment some lines in CatListDisplayer.php file inside the includes folder of you catlist plugin.

    This is the portion of coded changed:
    `//Posts loop
    foreach ($this->catlist->get_categories_posts() as $single) :
    //if ( !post_password_required($single) ) :
    $this->lcp_output .= $this->lcp_build_post($single, $inner_tag);
    //endif;
    endforeach;`

    Hope it helps

    Thread Starter aWEBthatWORKS

    (@awebthatworks)

    Thanks so much ruw8279, that worked perfectly! You’ve saved the day ??

    Thanks ruw8279.
    Hope this gets fixed in upcoming releases of this plugin.

    BTW

    excerpt=yes

    will bypass password and display contents of post.

    Plugin Author Fernando Briano

    (@fernandobt)

    I added a parameter to show protected posts. It’s “show_protected” and it should be set to yes. It will be available on the next release.

    Thanks for reporting this!
    Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Password protected post titles disappeared from list’ is closed to new replies.