Title: mikewillnot's Replies | WordPress.org

---

# mikewillnot

  [  ](https://wordpress.org/support/users/mikewillnot/)

 *   [Profile](https://wordpress.org/support/users/mikewillnot/)
 *   [Topics Started](https://wordpress.org/support/users/mikewillnot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mikewillnot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mikewillnot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mikewillnot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mikewillnot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mikewillnot/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] [Plugin: MailChimp List Subscribe Form] how to change input box width](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-how-to-change-input-box-width/)
 *  Thread Starter [mikewillnot](https://wordpress.org/support/users/mikewillnot/)
 * (@mikewillnot)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-how-to-change-input-box-width/#post-1813475)
 * ignore this comment please. Just trying to check the box for email notification.[
   Ah. Now I see how to edit the original post.
    D’oh!]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to wp_query for both future and past posts?](https://wordpress.org/support/topic/how-to-wp_query-for-both-future-and-past-posts/)
 *  Thread Starter [mikewillnot](https://wordpress.org/support/users/mikewillnot/)
 * (@mikewillnot)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-wp_query-for-both-future-and-past-posts/#post-1075319)
 * I’m still (or, again) working on this problem, only now instead of past, it’s
   just current, for today that needs to appear above future. I now have this query
 * `<?php $recent = new WP_Query('showposts=1&category_name=english&order=DESC');
   while($recent->have_posts()) : $recent->the_post();?>`
 * The above code produces the post for the current day, but I only get the correct
   results if there is only one post for today. If there are two or more today (
   and I want to return them all) I need to query specifically for the current date.
   I can’t figure out how to do that.
 * The code above is a modified version of what I got with my theme; I’m really 
   a php newbie.
 * Any help would be greatly appreciated. THANKS.

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