How to create a simple CMS for HTML and PHP Websites

Make money for being or staying online/internet.
You will get a $5 starting gift when you join using this link:: GET THE OFFER NOW!!
A content management system or CMS is a software that facilitates creating, editing, organizing, and publishing content.
What is sitecake?
It is a Simple CMS (Content Managment System) for HTML & PHP Websites.
What kind of features does site cake offer?
Drag & drop everything. With this CMS you can Drag & drop items from anywhere; the website, your desktop, other browser windows, or cloud services like YouTube, Vimeo, Google maps, Twitter, among others.
No template engine required.As i said it is a static CMS that works with plain HTML and PHP pages. No need to learn new templating syntax.
No database needed.This is the most interesting part, Sitecake is flat-file CMS. Text changes are saved to the HTML page, images to the file system. Once editing is finished the website stays static, Just like that.
Lightening speed.In the layman's language I would say it is much faster than a WordPress website. Remember it manages static pages and static websites cached with CDN services load lightning fast. For mobile users faster is better. For Google ranking too.
How to install Sitecake
Note:Sitecake is not for free. It has got different price plans depending on your organisation or project size. Check their Plans
Nesting of sc-content elements is not supported
Moreso, all you need is a webserver (Apache or NGINX) and PHP 5.6+. In development mode, you can either download Xammp or Wamp.
steps
Back to the point, how can you add sitecake to your project;
Step 1
First, add sc-content class to divs you want editable
Example
<div class="sc-content"> <h1>Learning new things is great </h1> <p>The world is great. </p> <p>Everyone is great. </p> </div>
Step 2
Second, upload Sitecake to the same folder as your website.
Example
/css /images /js /sitecake index.php sitecake.php
Note:You must have an index page (index.html or index.htm or index.php or index.php5)
Step 3
Lastly, point the browser to http://yourdomain.com/sitecake.php and login with ‘admin’ as the password to start editing.
You can change the password by clicking on the change password link when the login form pops up.
Incase you want to give it a try, visit their documentation page and see how easy it is to create and update your websites on a fly. https://sitecake.com/docs/getting-started.html
Save up to 80% with this Domain & Shared Hosting package deal! 80% OFF - GET OFFER NOW
Related Post(s)
» Smooth Scroll Back To Top Button - PART 2
» How To Set A Meta Theme Color For Your Website
» How can I access the MYSQL command line with XAMPP for windows? - SOLVED
» How to update your CHROMEBOOK
» How To Install Kazam Screen Recorder On Ubuntu
collections_bookmark Category :: Howtodate_range Published :: 1 year ago At: 04:37 PM
event_note Detailed Date :: Nov 19th, 2020
person Writer :: Code
- RECENT POSTS

A JavaScript library for formatting and manipulating numbers - Numeral.js
Check out this lightweight JavaScript library used for formatting and manipulating numbers.

All Countries Drop Down List | HTML Select Country Name
This simple country dropdown list is freely available for you to copy and use in your project forms.

HTML Entities Code Alphabet Discovery Using JavaScript
In this post I will show how writing just a few lines in JavaScript will allow you to render, browse and discover the alphabetical letters using a set of HTML entity codes.

YTS YIFY MOVIES API - PROJECT PREVIEW
Download YTS YIFY movies using this simple project I created using their API.

Display Random Advice On Your Website or Web App Using Advice Slip JSON API
Here is a short project to display the use of APIs. I decided to work with an advice API because it seemed like a fun one that I haven't worked on before.

How do I get a YouTube video thumbnail from YouTube using PHP
Have you ever been on youtube and admired a thumbnail of a video?

How to recreate Facebook's console warning
When I was inspecting some code on Facebook. I came across this interesting feature. A simple styled console warning message from Facebook to its dear users(products).

How To Create A Stacked Gallery Using HTML And CSS Source Code
In this post I provide you with the source code for the youtube tutorial I made on how to create a Stacked image gallery Using HTML and CSS.
- ADVERTISEMENT