Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    thx a lot for this awesome plugin.

    I get the same error, too.

    CU

    Hi, You are right, it is a bug. I reported this quite a few months ago.

    The error is in include/lcp-catlist.php in the get_modified_date_to_show function.
    I changed the line:
    return get_the_modified_time($this->params[‘dateformat’], $single);
    to:
    return get_post_modified_time( $this->params[‘dateformat’], false, $single );

    Not a nice thing to have to do of course as you have to change it each time you load a new version of the plugin. Would be good if the author could mend the code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘date_modified=yes not working’ is closed to new replies.