How to create a CMS website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to create a CMS website

I want to create a website like WordPress. So client can easily choose any theme and style. How to create that any help friends......

14th Jul 2017, 5:09 AM
Swarnab Das
Swarnab Das - avatar
6 Answers
+ 5
It will require Html, Css, JS, SQL, and at least one server sided language (commonly Php but could be JS, Java, Python, Ruby...) and probably some frameworks/libraries related to all that stuff :P
14th Jul 2017, 5:21 AM
visph
visph - avatar
+ 4
It's quite a hudge work topic, widely overflowing an answer here ^^ You need a lot of skills for doing that: frontend and backend, database handling, authentification and so on... Search on internet, you'll probably find some related basics tutorials, at least how to code simple blog systems (wich are basic CMS), or try to rather use an already written one: there are necessarly some more well suited for you, even enough low leveled to imagine maybe fork one ^^
14th Jul 2017, 5:17 AM
visph
visph - avatar
+ 4
what kind of programming languages i need to learn
14th Jul 2017, 5:19 AM
Swarnab Das
Swarnab Das - avatar
+ 3
thanks for your feedback I think I am very close to that... however check my new website www.wikigets.com only home page. plz feedback how it is......
14th Jul 2017, 5:26 AM
Swarnab Das
Swarnab Das - avatar
+ 3
It's clean... I wish you to be << very close of that >> even if I tend to think than asking this question rather proove that's not, and if it is, asking on here about it will quite be inneficient, as people come mostly here as rookies and for initiation purposes ;P
14th Jul 2017, 5:33 AM
visph
visph - avatar
0
Moreover depend on object oriented try making mvc framework for that
15th Jul 2017, 1:22 PM
Animesh
Animesh - avatar