wordpress MU share wp_options table
-
When setting up a “network” (previously an MU install) several new tables are created.
wp_3_commentmeta
wp_3_comments
wp_3_links
wp_3_options
wp_3_postmeta
wp_3_posts
wp_3_terms
wp_3_term_relationships
wp_3_term_taxonomyWhat if you wanted to share the wp_options table amoungst all of your sites so that the same roles, admin settings, themes would be stored and managed all in the same place.
You could also manually copy all these settings into the new table but that seems like a heck of alot of unnescary coding.
Can you toggle whether a subsite uses it’s own table or the parent table?
Can’t seem to find this answer anywhere, any help would be greatly appreciated
- The topic ‘wordpress MU share wp_options table’ is closed to new replies.