Support

Account

Home Forums General Issues ACF Group through the all multisites

Helping

ACF Group through the all multisites

  • Hi, I have problem with ACF and multisites.

    I want through all multisites network enable certain ACF Group.

    What I did…
    1. Created ACF Group and set equal to default template.
    2. Exported PHP and pasted into functions.php
    3. This ACF Group is now visible trhough all sites including main
    4. How to display only on Multisites, except main site?

    Thanks

  • 
    if (get_current_blog_id() != 1) {
      // code to add field group here
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.