Home > Blockchain >  What approach should i choose? Wordpress CMS or is there a fairly easy way to achieve similar functi
What approach should i choose? Wordpress CMS or is there a fairly easy way to achieve similar functi

Time:10-08

Im about to create a website for a friends music band and they sometimes need to update their website with concert dates. Now im more comfortable creating it in HTML/CSS etc but im not quite sure how to make the option to update the content work. I am considering learning to use wordpress because ive read this would be made much easier.

What options do i have if i dont want to learn wordpress? Or is it rather worth it to do it in wordpress?

CodePudding user response:

Wordpress makes managing your website and updating its content very much easier than writing code. Comparing how long it'll usually take to get comfortable with using html css and javascript to update content to your website, you might want to learn wordpress.

CodePudding user response:

If your friends want to upload blog post or new pages with new content i would highly recommmend WordPress, but if you only want to make a simple Page with some Information, i would not recommend WordPress. If they only want to change the dates i would recommend coding it with JavaScript or PHP.

If you dont know how to code with PHP or JavaScript you could read this:

PHP: https://www.w3schools.com/php/

JavaScript: https://www.w3schools.com/js/


Or you can make a new post here ;)

  • Related