Support

Account

Home Forums Front-end Issues After upgrade post aggregator not working Reply To: After upgrade post aggregator not working

  • Hi James,

    it didn’t help. I have changed it to

      $lulus = new WP_Query( array(
          'post_type' => 'event',
          'post_status' => 'publish',
          'posts_per_page' => -1,
          // 'orderby' => 'date',
          // 'order' => 'ASC',
          'meta_query' => array(
    	        array(
    	            'key'			=> 'event_venue',
    	            'value' 	=> "Lulu's Lounge"
    	        )
    	    )
      ) );

    and it didn’t update at all.

    I have noticed that the addon plugin Advanced Custom Fields: Date and Time Picker might be the issue here. Whenever I try to update it, the section breaks.