Questions tagged [multisite]

The Wordpress blog engine has a resource called MultiSite which allow you to have multiples websites in a single wordpress instance.

In WordPress there is a resource called MultiSite. It is a special mode built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress.

794 questions
2
votes
1 answer

Permalink edit button not showing for pages or posts in Wordpress Multisite

Using Wordpress Multisite with Wordpress v5.3.2 and Gutenberg Editor, I'm unable to edit permalinks above the title of a page or post. When clicking the title on a page in the editor, I'm presented with the link but no edit button. Is there a…
Matt
  • 1,561
  • 5
  • 26
  • 61
2
votes
1 answer

wordpress multisite installation with existing live domains

OK, this may be silly, but, I haven't found an answer yet. I have a client that wants to take 14 existing live domains and convert them to WordPress. Sounds like WP multisite would be perfect. They all will have the same look and feel and pages for…
WebDude0482
  • 763
  • 1
  • 5
  • 12
2
votes
0 answers

Occurring WordPress Multisite return 302 redirect status code

After Setup WordPress multisite (network setup), this is what happened. wp-config.php /* Multisite */ define( ‘WP_ALLOW_MULTISITE’, true ); define(‘MULTISITE’, true); define(‘SUBDOMAIN_INSTALL’, false); define(‘DOMAIN_CURRENT_SITE’,…
2
votes
3 answers

How to serve static and templates individually for every site in Wagtail CMS multisite

I'm trying to create multisite Wagtail project using included Django Sites framework. I could not find in Wagtail documentation how to serve templates and statics for each site individually. Could anyone help me with advise or a link to some…
user10645868
2
votes
0 answers

How get list of registerd post types in specific site in multisite network?

I have the multisite network and a few plugins with registered post types. Some sites don`t use some plugins and don`t have post types which plugin provides. How I can retrieve registered post types for each site? get_post_types() returns me all…
Maxim Sarandi
  • 643
  • 5
  • 10
2
votes
0 answers

Wordpress multisite URL rewrite htaccess

I am running wordpress multisite on a server. The main site is working just fine are url redirects are perfect. Say my domain is www.adeel.com and the site is run on following url www.adeel.com/area-guides. Because at www.adeel.com another site is…
Adeel Tahir
  • 187
  • 2
  • 10
2
votes
0 answers

Programmatically create categories and sub-categories in wordpress multisite

Creating a custom wordpress plugin where categories and sub-categories will be created based on data fetched from 3rd party API. For testing purpose I was using wp_insert_term It was working fine for single wordpress site. But this doesn't work…
Adeel Tahir
  • 187
  • 2
  • 10
2
votes
2 answers

How to setup multiple websites on single typo3 v9 installation

Any one can explain, how to setup multiple websites on the single TYPO3 installation?. TYPO3 have multisite concept. But i have searched through internet, no documentation found.
raj
  • 261
  • 3
  • 14
2
votes
1 answer

Wordpress Multisite call plugin function on different site

I am working on a Wordpress plugin, which has to trigger some actions on a different site within the Wordpress Multisite network. Site A Site B: changes Site A For example I switch the site to change the user role on a different site with (code on…
m50667
  • 23
  • 5
2
votes
1 answer

Wordpress 4.9.4 multisite (subdirectory) permalinks broken after domain mapping

We have a Wordpress 4.9.4 multisite with subdirectory type site structure. Installed not directly in www, but in a subdirectory. The base url is like: http://a.a/a A site url is like: http://a.a/a/a A page url is like: http://a.a/a/a/a Permalinks…
2
votes
1 answer

Wordpress Multisite first/main site $post variable is empty

I'm trying to set up a multisite and everything works perfect on the subdomains but on the main site I cannot reach any content. Especially the $post is empty and WP_Query and get_posts functions returns an empty array. the $wp_query object is…
2
votes
0 answers

Wordpress Multisite Permalinks Not Saving

The permalinks for some of the network sites will reset to the url of the main site. Example: example.com/site1 will occasionally reset to example.com This started happening after installing an SSL on the server. In the apache sites-enabled config…
2
votes
0 answers

How to make logged in user as global user in magento multi-site?

I have a single magento installation with 3 domains(websites) pointing to single magento. https://www.aaaa.com/ https://www.bbbb.com/ https://www.cccc.com/ In the back-end system > configuration > customer configuration > share customer account >…
Esar-ul-haq Qasmi
  • 1,052
  • 1
  • 14
  • 30
2
votes
0 answers

WordPress multisite backend speed issues

We have a multisite installation where the backend only is affected but only when domain mapping is set up. The base domain .com is fine. Sites that are subfolders (.com/es) are fine. Sites that are on their own site using domain mapping (.co.uk)…
manc
  • 471
  • 3
  • 6
  • 15
2
votes
0 answers

WooCommerce multisite, sharing products

I'm trying to combine a set of existing WooCommerce installs into one, to help running them all a lot easier. In the current set up, there is: companysite.co.uk -> which sells all products productfamilya.co.uk -> which sells one subset of…
T.Newman
  • 59
  • 6