最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

directory - Using WordPress multisite for subsites only

programmeradmin3浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论