Support

Account

Home Forums Front-end Issues Creating wp archive using custom field filter and PHP7 Reply To: Creating wp archive using custom field filter and PHP7

  • Thanks John. This was very helpful. Now I get related cpt posts without Errors or Warnings.

    What do you mean by that?

    Is $meta_query already defined before this line?

    Should I have defined this more clearly?

    // get meta query
     $meta_query = $query->get('meta_query');