Support

Account

Home Forums General Issues Populate with posts from a network site

Unread

Populate with posts from a network site

  • I have a field group that displays to editors of a page. It is populating posts from a specific category. Is it possible to get the posts from a different network site instead of the current site?

    I tried something like this but it did not work:

    switch_to_blog( 7 );
    
    acf_add_local_field_group(array(
        'key' => 'group_dagjkadgjkadgjkl',
    ...
    );
    
    restore_current_blog();
Viewing 1 post (of 1 total)

The topic ‘Populate with posts from a network site’ is closed to new replies.