Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author nsp-code

    (@nsp-code)

    The plugin need activation on every site of your MU environment.

    msteel

    (@msteelnapcocom)

    I wrapped your activation in a loop through the sites, is there any reason why this wouldn’t work?

    foreach( $sites as $site ) {
      switch_to_blog( $site['blog_id'] );
    
      ... the  activation code ...
    }

    it does not shown on multisite.
    it shows panel menu on multiste but does not shows categories to change
    it shows just on the main site

    I’m experiencing this issue as well. Menu appears but the page does not list my Taxonomy Terms.

    Plugin Author Maya

    (@tdgu)

    I’m experiencing this issue as well. Menu appears but the page does not list my Taxonomy Terms.

    probably there are no taxonomies to show for that menu / post type?

    Same issue… any fix ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘broken with multisite’ is closed to new replies.