Title: otromundo's Replies | WordPress.org

---

# otromundo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help with WP_Query](https://wordpress.org/support/topic/help-with-wp_query-1/)
 *  Thread Starter [otromundo](https://wordpress.org/support/users/otromundo/)
 * (@otromundo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/help-with-wp_query-1/#post-3966708)
 * Thanks. I needed to wrap the meta_query in another array to get this working.
   Here’s the code.
 *     ```
       $args = array(
          'post_type' => 'listings',
          'meta_key' => 'usp_startdate',
          'orderby' => 'meta_value',
          'order'=>'DESC',
          'meta_query' => array(
               array(
       			'key' => 'usp_startdate',
       			'value'   => array( '2012-01-01', '2012-12-31'),
       			'compare' => 'BETWEEN'
       			)
       		)
         );
   
       $query = new WP_Query($args);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] Multiple Post Thumbnails](https://wordpress.org/support/topic/multiple-post-thumbnails/)
 *  [otromundo](https://wordpress.org/support/users/otromundo/)
 * (@otromundo)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/multiple-post-thumbnails/#post-2448419)
 * Hi
 * I’m having difficulties in getting this to work. I am able to add the images 
   to the post and save it, however I can’t seem to output the images on the page
   following the directions in the readme file. I’m using WP3.1 and version 1 of
   the plugin. Can anyone confirm if it should work in WP3.1 and what I may be doing
   wrong. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Remove submenu from custom post type](https://wordpress.org/support/topic/remove-submenu-from-custom-post-type/)
 *  [otromundo](https://wordpress.org/support/users/otromundo/)
 * (@otromundo)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/remove-submenu-from-custom-post-type/#post-2328231)
 * I’m trying to do the same thing has anyone come up with a way to achieve this?
   
   Thanks.

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