• We have planned to setup WordPress multisite network for the following websites. All of these will be having same content except contact address. So to make the content update easier we planned like this.
    1) http://www.xxxx..in
    2) http://www.xxxx.ca
    3) http://www.xxxx.my

    . Here we are able to configure the theme/plugins across all websites from a base website. But we are not able to find the possibility to publish posts/pages across the websites with the default WP installation. We have following queries. Could you please clarify
    1) Do we have the possibility to have a single menu across all websites in our WordPress multisite network. Will this be supported by default WP installation or whether we need to look for third party plugin/custom code.
    2) Do we have the possibility publish posts across all websites in our WordPress multisite network. Will this be supported by default WP installation or whether we need to look for third party plugin/custom code.
    3) Do we have the possibility publish pages across all websites in our WordPress multisite network. Will this be supported by default WP installation or whether we need to look for third party plugin/custom code.

    Also, if you have any alternate suggestion for the above requirement, could you please share.

    Thank you

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Multisite sites are almost completely independent of one another. It’ll take custom code to get data from one site to another. I really dislike redundant data and seriously question your scheme. If the only difference is contact data, why not have a single site and dynamically output varying contact information depending on the requested TLD (.in, .ca, etc.)?

    It’ll take a bit of custom coding, but much less than keeping multiple sites in sync. A single site WP can respond to multiple domains by dynamically setting the site and home URLs from whatever the value is in $_SERVER. See
    https://ww.wp.xz.cn/support/article/editing-wp-config-php/#wp_siteurl
    and the next Blog Address section.

    • This reply was modified 5 years, 3 months ago by bcworkz.
Viewing 1 replies (of 1 total)

The topic ‘Queries in WP Multisite network’ is closed to new replies.