Migrating static bilingual site to WP multisite
-
Hello,
I am considering the migrate of my current html-static website into a multisite WordPress but many questions raise.
My website has the current characteristics:
– bilingual: one french and one english version of each article sharing common images
– english only for one specific and separate section of the website
– one unique graphic theme for all (except header for the specific site)
– no social interaction (no comments, no likes etc) and I don’t want these features in the future
– hosted by a provider (if that matters)
– one unique person to admin and publish (me, myself and I)As far as I could read and test using the WP.com free service (thanks!), this would turn into one multisite installation (using subdirectories):
– EN site
– FR site
– specific separate site
– shared content (images, or medias as per WP naming)The above would actually represent the directory structure on my server, the root hosting a isolated custom index page allowing the users to choose their preferred language and redirect them to the selected language site.
Now, the “WP-core” questions:
1. is WP suited for what I need?
2. is the overall above multisite structure correct?
3. will this structure be movable in case I need to change the server?Next, the “WP-theme” related questions:
My current website is static and I want it to remain like this, including its graphical aspect, but I also need to turn it into responsive (currently, it is responsive as a stone). I understand this will require to seriously review the writing (=content) of my articles. Currently I am using pure static html (wrapped into php to ease some aspects): no need for security updates, only updates are content updates. Also, I consider the lesser “extra”, the better because I think an extra is a potential security breach: change “extra” by anything like “plugin” or “top-cool-feature”.
I understand a CMS works very differently: it is mainly made to ease the content creation by users, making most of the coding process “automatic”. Which is great, and which is part of why I am considering moving to a CMS actually.
But this means a CMS needs regular updates (security, features, etc), which consequently means changes to the theme. Which is a problem for me.So, concrete questions:
1. based upon the above multisite architecture I imagined, is it possible to use the same theme layout for the FR/EN site and an alternative (header change) for the 3rd?
2. what about WP-core updates and theme durability in time?
3. are the default WP themes durable over core version updates?
4. is there such thing as a “table of contents” in themes?Sorry for the long message: I tried to be exhaustive in my explanations and questions.
Thanks in advance for your advices.
The topic ‘Migrating static bilingual site to WP multisite’ is closed to new replies.