Support

Account

Home Forums Front-end Issues Select field filter not working Reply To: Select field filter not working

  • Hi @jusseb

    You can load a custom field from another post by adding in the $post_id parameter like so:

    
    echo get_field('field_name', $row->post_id);
    

    Thanks
    E