Support

Account

Home Forums Front-end Issues Post Object: Selection does not show up in Custom Post Type Reply To: Post Object: Selection does not show up in Custom Post Type

  • Hi @nataliette

    I think this can be easily solved by loading the value directly from the specific post like so:

    
    get_field('banner_selection', 240);
    

    You can read more about this second parameter in the docs.

    Thanks
    E