Support

Account

Home Forums General Issues Only Display Custom Field Choices with Posts Reply To: Only Display Custom Field Choices with Posts

  • Change to foreach to

    
    foreach( $families as $value => $family ) {
    

    then change the meta query to

    
    array(
         'key' => 'family_name',
         'value' => $value
         )