[wp-hackers] sharing the same `terms` and `term_taxonomy` tables across multiple WordPress sites
Stephen Rider
wp-hackers at striderweb.com
Mon May 11 21:07:05 UTC 2015
You might look at creating Views in MySQL. Basically a pointer/alias that looks like a table but redirects to a different table.
I’m no expert on them; they may be read only or somesuch, but may suit your issue at any rate.
--
Stephen Rider
wp-hackers at striderweb.com
http://striderweb.com/nerdaphernalia
> On May 11, 2015, at 12:48 PM, Haluk Karamete <halukkaramete at gmail.com> wrote:
>
> Hello,
>
> I do know that 2 WordPress sites could share the same user base. Constants
> such as `CUSTOM_USER_TABLE` and `CUSTOM_USER_META_TABLE` pave the way
> towards that goal.
>
> What I'm wondering if a similar concept could be extended so that those
> sites can also share the same terms and term_taxonomy table?
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list