Title: Filter Loop by Post_Date
Last modified: August 31, 2016

---

# Filter Loop by Post_Date

 *  [dnicosia](https://wordpress.org/support/users/dnicosia/)
 * (@dnicosia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/filter-loop-by-post_date/)
 * I am trying to get all posts on a particular date. This is the code I’m using:
 * [loop type=post field=”date” value=”20160225″ date_format=Ymd paged=6]
 * I have tried various iterations but I can’t seem to get it to work.
 * Any help would be much appreciated.
 * Thanks!
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/filter-loop-by-post_date/#post-7109060)
 * Hi,
 * I looked into this, and you’re right, querying for specific published date was
   not reliable. I improved this in the newest plugin update.
 * The default date format is Ymd, so you can do:
 *     ```
       [loop type=post field=date value=20160225 paged=6]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Filter Loop by Post_Date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/filter-loop-by-post_date/#post-7109060)
 * Status: not resolved