Support

Account

Home Forums Front-end Issues query by date Reply To: query by date

  • Hi Elliot

    That works fine.
    I tested with following code:

    <?php $args = new WP_Query(
         			array(
                'post_type' => 'testpost',
                'meta_key' => 'testpost_testtext', 
    	    'meta_value' => 'test', 
              
              ));     
         			?>

    Do you suggest to ask the theme-support about that issue?
    I’m using the “enfold” theme.