Title: date_modified=yes not working
Last modified: August 24, 2016

---

# date_modified=yes not working

 *  [micheleschi](https://wordpress.org/support/users/micheleschi/)
 * (@micheleschi)
 * [11 years ago](https://wordpress.org/support/topic/date_modifiedyes-not-working/)
 * date_modified don’t work.
    After the titles, on the list are reported the last
   modify time of the main page, not of the post.
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  [hebalder](https://wordpress.org/support/users/hebalder/)
 * (@hebalder)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/date_modifiedyes-not-working/#post-6049217)
 * Hello,
 * thx a lot for this awesome plugin.
 * I get the same error, too.
 * CU
 *  [AACT](https://wordpress.org/support/users/aact/)
 * (@aact)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/date_modifiedyes-not-working/#post-6049223)
 * 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.

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

 * 2 replies
 * 3 participants
 * Last reply from: [AACT](https://wordpress.org/support/users/aact/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/date_modifiedyes-not-working/#post-6049223)
 * Status: not resolved