最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

multisite - Multiple sites (separate domains) running from one WordPress site

matteradmin8PV0评论

I have a new project which is a little different.

I have a main Group website and then multiple sister sites which are under the same company umbrella.

They want one WordPress website to control Team Members / News / Projects. I've done a little research and found out about WordPress multi site. Would this be applicable for what I'm after? Each sister site has it's own domain / theme and different content but they only want to have to update one site which would simultaneously update them all. I was thinking I'd have all the pages static apart from Team / News / Projects. Would everything all be on one server or are they on separate servers linked to one database?

Am I right in thinking that WP Multisite is what I should be exploring? Sorry if this seems like an obvious question, it's all new to me this time!

I have a new project which is a little different.

I have a main Group website and then multiple sister sites which are under the same company umbrella.

They want one WordPress website to control Team Members / News / Projects. I've done a little research and found out about WordPress multi site. Would this be applicable for what I'm after? Each sister site has it's own domain / theme and different content but they only want to have to update one site which would simultaneously update them all. I was thinking I'd have all the pages static apart from Team / News / Projects. Would everything all be on one server or are they on separate servers linked to one database?

Am I right in thinking that WP Multisite is what I should be exploring? Sorry if this seems like an obvious question, it's all new to me this time!

Share Improve this question asked Jan 25, 2016 at 10:55 LucyMoLucyMo 554 bronze badges 1
  • I would say Multisite is probably the best option my friend. Best of luck :) – Stephen Commented Jan 25, 2016 at 11:16
Add a comment  | 

1 Answer 1

Reset to default 0

Yes, Multisite is the way to go. Each sub-site can have it's own domain name, as in www.example/site1 or site1.example or even www.yourdomain .

Lots of help on the googles and the WP codex area on how to set up and configure multisite for your needs.

Post a comment

comment list (0)

  1. No comments so far