Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

Using date stored as custom field to filter posts displayed in admin

Second try: 😉

pre_get_posts runs AFTER parse_query(). parse_query() transforms ‘meta_key’ etc. into ‘meta_query’. get_posts() doesn’t seem to react on ‘meta_key’ etc. directly. So try adding $query->parse_query() after your $query->set() calls or use filter that runs before parse_query (edited, the parse_query() filter doesn’t work, either – it runs too late).

Edit: to do the switch:

function my_timeswitch() {
    $operators = array(
        '>=' => 'future',
        '<=' => 'past'
    );
    ?>
    <select name="meta_compare">
        <?php
            foreach ($operators as $k => $v) {
                printf( "<option %s value="%s">%s</option>\n", selected($_GET['meta_compare'], $k, false), esc_attr($k), __($v));
            }
        ?>
    </select>
    <?php
}
add_action('restrict_manage_posts', 'my_timeswitch');

This may work just on it’s own. If not, you’ll have to change the name to something else, then register a new public query variable via the query_vars filter and then react on it via the parse_query filter.

Related Posts:

  1. Ordering posts having multiple post-meta date fields
  2. Formatting custom meta box date from YYYY/MM/DD to a more readable alternative
  3. Query all posts where a meta key does not exist
  4. Can the Next/Prev Post links be ordered by menu order or by a meta key?
  5. what is the correct way to compare dates in a WP query_posts meta_query
  6. Advanced search form with filters for custom taxonomies and custom fields
  7. Meta query with boolean true/false value
  8. Get post with multiple meta keys and value
  9. Correctly delete posts with meta and attachments [duplicate]
  10. Storing revisions of metadata for custom post type
  11. Custom field values deleted when trashing custom post type
  12. Custom Post Type Archives by Date and Taxonomy
  13. How to get all custom fields of any post type
  14. Update CPT meta data using REST API
  15. Admin Area Custom Type Search By Meta Fields Without Title & Content
  16. Echo all meta keys of a custom-post TYPE
  17. Custom Post type – how to get checkbox to update meta field to null
  18. How can I filter posts by post_parent in the admin?
  19. How do I Paginate Search Results for Custom Post Types?
  20. Custom Post Type Archives by Date with Custom Permalink
  21. Sorting a query by custom field date
  22. Set Custom Post Type title to the Post’s Date
  23. Custom Post Type with Input fields to seperate table on database.
  24. How do I remove all the metaboxes for a custom post type?
  25. Custom Queries: Joining On Meta Values From Two Custom Post Types
  26. Gutenberg how to make attribute to save to meta
  27. How to programmatically create a connection with [Plugin: Posts 2 Posts] on cpt publish?
  28. Post metadata deletes itself
  29. How to create a mini directory in WordPress?
  30. How Can I save multiple records in same meta key?
  31. Get all posts from custom post type and insert in select input as metabox
  32. Detect meta value changes when post is updated (post_updated)
  33. Search everything (posts, pages, tags, cpt, meta)
  34. Custom Post Type Archives by Date (stored as meta value) WP3.1
  35. Permalinks using event date (year & month) instead of publication date
  36. Custom Post Type: Set post_title equal to a custom post type field
  37. I can’t set meta_key in my custom post type query
  38. Grossly inefficient wordpress loops!
  39. Compare 3 custom fields and sort by oldest
  40. How Do I Use WP_Query to Run This Database Query as Search Result?
  41. WordPress Admin Panel search posts with custom post meta values along with title
  42. Creating a custom post type upon registration
  43. How to Update post status using meta data in Custom post TYpe
  44. Rest Api v2 orderby meta_key in custom post type
  45. bulk Update post_meta with default values
  46. Reason action hook won’t work with update_post_meta from frontend form? Alternative?
  47. Can’t sort order of wp_query with 2 meta keys
  48. Showing Meta Data for Custom Post Types?
  49. How to get source of custom meta image?
  50. Having trouble with custom post type / meta box
  51. Query for posts from any post type but only add instock products
  52. How can I include meta box content when searching?
  53. update a post meta from a single table cell TablePress
  54. update custom post type meta from a shortcode
  55. Custom Meta Boxes – Nonce Issue – Move to trash issue
  56. Displaying Meta Box Image
  57. Custom post type category not displaying in custom post type
  58. How to make custom post meta wp_editor translatable?
  59. Automatically adding meta data to posts or multiple query help
  60. How to keep a check box in custom meta box for custom post type checked by default for add new post?
  61. How to add multiple featured image in meta box in post editor?
  62. Show metabox in custom-post-template depending on taxonomy term?
  63. ACF Upload Image in repeater from front-end with custom form? – add_post_meta()
  64. update_post_meta() whenever custom post type is updated
  65. Trigger “unsaved changes” dialog for custom post meta changes
  66. Custom post admin filtering by post meta (the date)
  67. Conditionally Query Custom Post Types by Post Meta for Blog Home Page?
  68. Displaying custom posts only if custom meta box’s date is not expired
  69. Displaying Metabox value (custom post type taxonomy)
  70. How do I sort a custom post type admin column using two meta keys?
  71. Add Post Url to Manage Edit Screen
  72. How to best delete orphan wp_postmeta
  73. How can I display my custom metaboxes on a custom post template?
  74. Display all custom post type posts and order them by an optional meta_key
  75. Meta Box Only in CPT Edit Page, Not in Add New
  76. get_post_meta is returning image id
  77. Custom Post Type, Saving Multiple Checkboxes
  78. get_template_part() – post-meta not working?
  79. How can I get_post_meta() in the most efficient way?
  80. need advice on how to do a lists using custom post types – taxonomy vs postmeta
  81. Count posts with specific term_meta
  82. Custom search for custom post meta with pre_get_posts interferes with WP search
  83. Create a random unique 6 digit number as custom field for custom post type
  84. Export entries and multiple custom field meta to .csv?
  85. how to interconnect custom post types?
  86. WordPress Orderby Numeric Value Not Working
  87. Custom Post Status Transition Issues With Get Post Meta
  88. Replace title column in post list with post meta value
  89. Metadata for a taxonomy – is there any WordPress way of doing this?
  90. My theme saves their custom post type’s metadata as a serialized array, how to access the keys?
  91. List all images from a single post meta value
  92. Does WordPress limit the length of slug names for Post Meta or Terms?
  93. orderby in custom WP Query does not work
  94. Populate Custom Fields in a Custom Post Type?
  95. Insert Multiple Post with Same Publish Button
  96. Update CPT post meta with update_post_meta and cron job
  97. Custom meta box data array: foreach not working correctly?
  98. Undefined Variable – Custom Post Type Meta
  99. Ordering posts in Search & taxonomy by post_meta
  100. Insert post metadata for all posts in CPT at once if metadata no existent
Categories custom-post-types Tags custom-post-types, date-time, post-meta
Including an External File in a Post (and Using Processed Paths)
Any way to inherit methods from both my plugin class and WP_List_Class?

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress