Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6088915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:02:25+00:00 2026-05-23T12:02:25+00:00

I have some posts used as events, with a custom field for the event’s

  • 0

I have some posts used as events, with a custom field for the event’s date. I’m looking for ordering thoses posts by event’s date (chronologically).
I’m wondering:

  • Is it possible to set the event’s date custom field as a “date” format
    (for now, it’s a simple type=text).
  • Howto order thoses posts if i always
    use the same format (like
    dd/mm/yyyy). I need to get the 3 close coming events (not the last 3).

Did wordpress has a built-in function who could compare a date to the today’s date?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:02:26+00:00Added an answer on May 23, 2026 at 12:02 pm

    I just did this! (www.wherewordsgo.com)

    okay, i only got it working for ‘pages’ but.

    but if you make a meta box for ‘deadline’ and then put the date in yyyy/mm/dd format and add this to your functions.php it might help:

    add_action(‘wp’, ‘check_page’);
    function check_page () {
    if (is_page()) {
    add_filter(‘get_previous_post_sort’, ‘sort_it’);
    add_filter(‘get_next_post_sort’, ‘sort_it’);
    add_filter(‘posts_orderby’, ‘sort_it’ );
    add_filter(‘posts_join’, ‘join_it’ );
    add_filter(‘posts_where’, ‘where_it’ );

        function sort_it () {
            global $wpdb;
    
            return " $wpdb->postmeta.meta_value ASC ";
        }
    
        function join_it( $join ) {
            global $wpdb;
    
            $join .= " LEFT JOIN $wpdb->postmeta ON($wpdb->posts.ID = $wpdb->postmeta.post_id) ";
    
          return $join;
        }
    
        function where_it( $where ) {
            global $wpdb;
            $where .= "AND $wpdb->postmeta.meta_key = 'deadline' ";
    
          return $where;
        }
    }
    

    I got that from some site (which I have lost the link for… big WP dude though I think) and changed it as needed. Like I said it works only for custom pages on my build (I’m using a custom type), but may well just work for everything if you change the ‘is_page()’ function at the start to whatever is relative for you.

    Hope that helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read some posts on here about not mixing parameters when passing into
I have read some posts about this topic and the answers are comet, reverse
I have a wordpress-generated page where I need some posts (in a specific category)
I have an webpage which posts some data and then redirects to a page
Hi guys I have a python script that posts some data to google and
I have some post build event to minify my css and javascript using ajaxmin
I have a post-build event that runs some commands for a c# project. The
I have a simple setup with the master page housing some controls used by
Let's say I have some models: User , Post , and Vote . A
I have grabbed some XML data using this piece of jQuery: $.ajax({ type: POST,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.