How do u make your website non static.. Because a site has to be up to date for example a news site. It must have new post daily | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do u make your website non static.. Because a site has to be up to date for example a news site. It must have new post daily

11th Sep 2017, 3:20 PM
Alabi Timileyin John
Alabi Timileyin John - avatar
1 Answer
+ 4
What you're talking about is using a CMS (Content Management System). There are a number of ways to approach using Bootstrap's framework with a CMS. One simple CMS you could offer your clients would be CushyCMS: https://www.cushycms.com. CushyCMS allows you to specify editable regions within an HTML file and a client would only be able to edit those areas. This is great if you want to leave most of the website static, but allow them to change a few things in there. If you wanted to use Wordpress, there is a Bootstrap 3 theme for Wordpress located here: http://johntransue.net/bootstrap-3-wordpress-theme/. Wordpress is a much more complicated CMS, but it has a lot of power and capability. If you take some time to master Wordpress, you can use this basic Bootstrap 3 theme plus Wordpress and develop dynamic sites using Bootstrap.
11th Sep 2017, 5:25 PM
MsJ
MsJ - avatar