Best way to integrate into a multisite setup

Support General Best way to integrate into a multisite setup

  • This topic has 2 replies, 2 voices, and was last updated 9 years ago by JoeJoe.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2841
    JoeJoe
    Participant

    Hello there,

    we are currently integrating custom post types and metaboxes in an a multisite setup.
    Is there a best practise you would suggest in order to just deploy the metaboxes plugin wise?

    so far Iam thinking of just creating the metaboxes from code and thusly deploying them.
    but then i would use all advantages of the builder :/

    Do you have any ideas?

    best,
    Joe

    #2844
    Anh TranAnh Tran
    Keymaster

    Hi @Joe,

    I think the best way is using code to register post types and meta boxes. Then you can use a version control system like Git to manage your code and deploy to your server. It's much easier and saves you a lot of time if you want to manage multiple websites (even not in a multisite network).

    In case of multisite network, I think you can make a must-use plugin to register post types and meta boxes. That way you don't need to activate on all sites in the network.

    I think the builder is not very useful here as it requires user input, meaning you have to click-type-click many times to add meta boxes for sites (even with import/export feature). Even though, it's useful if you want to add "extra" meta box for a specific site.

    #2858
    JoeJoe
    Participant

    yeah i think you are right its a little harder but it will work =)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Best way to integrate into a multisite setup’ is closed to new replies.