admin管理员组

文章数量:1023794

I currently run a WordPress multisite for multiple e-commerce stores with the main site set to example and subsites as example/subsite1.

Can I use multisite for the subsites only and run squarespace or another Cms for the primary site?

Asking as I wish to employ a Ux/graphic Web designer who uses a non-wordpress Cms for my landing/primary site (example) but will keep all the rest of my multisite unchanged.

I currently run a WordPress multisite for multiple e-commerce stores with the main site set to example and subsites as example/subsite1.

Can I use multisite for the subsites only and run squarespace or another Cms for the primary site?

Asking as I wish to employ a Ux/graphic Web designer who uses a non-wordpress Cms for my landing/primary site (example) but will keep all the rest of my multisite unchanged.

Share Improve this question edited Apr 9, 2019 at 23:42 Jeffrey Fong asked Apr 9, 2019 at 11:38 Jeffrey FongJeffrey Fong 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Yes, you can mix WordPress and non-WordPress together. You just need to be careful of files and filenames, as well as URL rewrites. You'll also need to consider file structure so you don't have things stepping on each other.

The ideal in my opinion is to maintain WordPress in a subfolder. Note that that is not the same as running it in a subfolder. I'm just talking about where the files go. That way you'll keep them separate from anything else you are doing. See Giving WordPress Its Own Directory in the Codex for more info.

You probably will need to run WP in a separate directory as well (aside from what I mentioned above). This would be due to the loader scripts in the index.php file. That will probably conflict with the other CMS if you try to run them from the same URL. You might be thinking "that doesn't make any sense," but keep in mind that multisite will make the subsites a directory lower than the main site.

I currently run a WordPress multisite for multiple e-commerce stores with the main site set to example and subsites as example/subsite1.

Can I use multisite for the subsites only and run squarespace or another Cms for the primary site?

Asking as I wish to employ a Ux/graphic Web designer who uses a non-wordpress Cms for my landing/primary site (example) but will keep all the rest of my multisite unchanged.

I currently run a WordPress multisite for multiple e-commerce stores with the main site set to example and subsites as example/subsite1.

Can I use multisite for the subsites only and run squarespace or another Cms for the primary site?

Asking as I wish to employ a Ux/graphic Web designer who uses a non-wordpress Cms for my landing/primary site (example) but will keep all the rest of my multisite unchanged.

Share Improve this question edited Apr 9, 2019 at 23:42 Jeffrey Fong asked Apr 9, 2019 at 11:38 Jeffrey FongJeffrey Fong 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Yes, you can mix WordPress and non-WordPress together. You just need to be careful of files and filenames, as well as URL rewrites. You'll also need to consider file structure so you don't have things stepping on each other.

The ideal in my opinion is to maintain WordPress in a subfolder. Note that that is not the same as running it in a subfolder. I'm just talking about where the files go. That way you'll keep them separate from anything else you are doing. See Giving WordPress Its Own Directory in the Codex for more info.

You probably will need to run WP in a separate directory as well (aside from what I mentioned above). This would be due to the loader scripts in the index.php file. That will probably conflict with the other CMS if you try to run them from the same URL. You might be thinking "that doesn't make any sense," but keep in mind that multisite will make the subsites a directory lower than the main site.

本文标签: directoryUsing WordPress multisite for subsites only