The only date format that sorts into human calendar order is “year/month/day”. The separators shouldn’t matter. If you left your dates in UNIX time format, as you get from strtotime
, they would sort appropriately as well.
I would recommend re-organizing your code to match one or the other of those formats. I would go further and recommend that you use unix time. If you save those values in UNIX time format, you can easily display them however you want. That is, just use date("m/d/Y", $unixtimeformatedstring)
when you display instead of when you save.
I know unixtime is hard to read, but it plus the PHP functions that can manipulate it, is a miracle worker when it comes to dealing with dates (as long as you don’t need dates too far in the past 🙂 )
Related Posts:
- How to Get All Posts with any post status?
- query_post by title?
- Order by meta value or date?
- Display posts of the last 7 days
- Filtering posts by post meta data
- How to query_posts using meta_query to orderby meta_key AND have a secondary sort by date?
- Display/query post formats
- Help to condense/optimize some working code
- query_posts exclude a meta key
- Modify main WordPress loop with a parse_query filter
- How to make “sticky” pages (and query by them)
- Problem with ‘post__not_in’
- Sort posts alphabetically by custom field value, insert divider between different letters
- using post__in allow duplicate post id
- WordPress Custom Query
- Help altering a query to exclude all but standard post format
- Use union/intersection query_posts variables in uri request parameter form?
- query_posts doesn’t order by title
- How to limit search to first letter of title?
- Custom query with query_posts doesn’t show post without certain meta_key
- Post Title displaying but not in the wrapped HTML I need
- How to ensure that is_search() return false after query_posts
- Inserting Post Using wp_insert_post. How to Fill Yoast Plugin SEO Fields
- Post count per (day/month/year) since blog began
- Dynamically excluding current page id
- How do i paginate query_posts with numeric pagination?
- Query_posts $query_string
- How to order posts by slug using query_posts/ Wp_query
- Query 1 taxonomy term, exclude another
- Pagination on custom query
- Ordering terms before displaying posts
- Sort Posts by Multiple Meta Values [duplicate]
- Querying posts with meta value that begins with a certain pattern
- Adding Variables to post query
- Unable To Get Published posts using query_posts
- Read More is not working in query posts
- Static Front-Page Excerpts
- How to reverse the order of WordPress blog posts?
- Tricky WP Query
- tax_query operator woes
- query_posts() ALWAYS displays something?
- Trouble with get_next_post() get_previous_post() returning null
- How can i display the posts per week in a particular month?
- Possible to display posts containing a short code ?
- How to run a SQL Query for character in Post Titles
- Authors List page : how to exclude posts from certain category
- Using ajax with paging and a custom sub-query
- ACF Query meta_values don’t work with ‘offset’
- How to retrieve an array of post IDs by a particular value stored in a custom meta’s array
- Query a WordPress page by its title (which has a parent page)
- define orderby URL with meta_key=post_views_count
- Query_posts and attachments
- Custom loops, sticky posts, and pagination nightmare
- Querying posts only if the current page is not paged?
- post_parent array doesn’t work
- how to store wordpress loop in array?
- meta_query check for meta value in key which holds an array of values
- Exclude posts by post meta value
- How to place an image after Nth number of posts in query_posts
- Related Posts: Notice: Undefined offset: 0
- Single-page wordpress theme navigation
- meta tag placement for google verification
- When to use WordPress loop or Foreach loop?
- Can’t get pagination to work for sticky posts only
- show x number of posts from y category on homepage
- How to Show Comment Count on Related Posts?
- How can I show only 5 posts from the relationship?
- Frontend form with multiple posts
- Way to cache a query for 24 hrs
- Make query_post category name dynamic
- How can I list posts with different formats depending on order?
- query_posts orderby postmeta [closed]
- WordPress Query based on random taxonomy
- Displaying and Querying Posts with Featured image
- View Achive with Category Filter, but Page per post not working
- Meta query stopped working
- Sticky posts don’t show up first in custom loop
- Want Page Descendants when using query_posts post_parent or child_of
- grab neighboring content in a query
- Querying a query
- How do I query based on the modified date?
- Is there any way of only retrieving posts with one or more thumbs up (GD star rating plugin)?
- How to put orderby on a custom field in query_posts
- wp_remote_post and form post
- Filter posts by current date ( WP Post Carousel )
- How to display most popular post by views count in WordPress?
- Sort Posts By Custom Field Date
- Custom query posts error
- wp_query by last month + sort posts
- query_posts not working after wordpress 3.7 update
- Post Filter clearing on pagination $_post
- Is that the query_posts() the real criminal here?
- Query specific posts from parent by slug rather ID
- How to limit the number of posts on the home page?
- query_posts and sub pages?
- How to refine WP-Query with further criteria
- Multiple loops with / without sticky posts and different post limits
- prevent display duplicate titles on main page
- Lots of SQL queries
- Limiting the amount of posts this displays