Support

Account

Home Forums Backend Issues (wp-admin) Multisite Reply To: Multisite

  • Just to add to this.

    5) Go back and trash the fields from the main site so there aren’t duplicates.

    I found instead of deleting the original fields i just put the outputted php in this if statement:

    global $blog_id;
    if ($blog_id != 1) {
      //Output here.
    }