Should I use WordPress? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Should I use WordPress?

I am planning simple website for our organization. It will have a member's area with login management. Should I use WordPress or use a php login script with html site? Other suggestions are welcome. **I am not great at backend programming but I am willing to learn if needed ☺️

16th Jan 2019, 5:32 AM
Manoj
Manoj - avatar
3 Réponses
+ 1
If security matters, dont run your own login logic. Wordpress may be the right choice. This depends fully on what you want to accomplish with that site. If you really mean to learn backend, dive into ruby and eventually rails. But expect this journey to take a few month until you grasp all of the basics! Happy coding :)
16th Jan 2019, 6:26 AM
Felix Pernat
Felix Pernat - avatar
+ 1
Hello Manoj, According to your question, dont put your own code on production server if you are not sure that your code is secure. i’d propose to use WordPress, before you wont be sure of code quality and safety. you would also check what are php frameworks(it helps developing apps faster and more secure way). best regards, Eterxoz
16th Jan 2019, 7:32 AM
Eterxoz
Eterxoz - avatar
+ 1
Thanks for clearing my mind. WordPress it is then.
19th Jan 2019, 5:57 AM
Manoj
Manoj - avatar