2012-03-07, 10:29:14
Hi,
Here are some steps of Creating Themes using GetSimple, follow steps below and see the results:
Creating themes could certainly be its own tutorial; however, I did want to touch on the topic for those looking to try out the CMS.
To create a theme, add a folder in GetSimple CMS’s /theme/ directory on your server. You only need one file: template.php. In it will go the mark-up that lays out eachpage.
GetSimple CMS will automatically add a new theme to the Theme tab, the name of the theme being the name of the directory you added (IE if the directory is named /Test/, the theme will be named Test).
Some other files worth including are (much like WordPress): header.php, footer.php, style.css, functions.php, and sidebar.php. If you’re familiar with WordPress, you’ll see GetSimple CMS is heavily influenced by it.
Thank you
Here are some steps of Creating Themes using GetSimple, follow steps below and see the results:
Creating themes could certainly be its own tutorial; however, I did want to touch on the topic for those looking to try out the CMS.
To create a theme, add a folder in GetSimple CMS’s /theme/ directory on your server. You only need one file: template.php. In it will go the mark-up that lays out eachpage.
GetSimple CMS will automatically add a new theme to the Theme tab, the name of the theme being the name of the directory you added (IE if the directory is named /Test/, the theme will be named Test).
Some other files worth including are (much like WordPress): header.php, footer.php, style.css, functions.php, and sidebar.php. If you’re familiar with WordPress, you’ll see GetSimple CMS is heavily influenced by it.
Thank you