Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is this possible to implement in GetSimpleCMS?
#1
I'm developing a parallax scrolling website (http://erzo.me/svetovarna/) where all the content is basically on one index.html file. At the beginning I wasn't thinking about CMS implementation since I don't have experience on this level. However this would be great learning experience for me but first of all I have to make a concept of where to even start...

Do you have any suggestion how would I implement this into GetSimpleCMS? I have made one site with this cms so I understand the general concept.

Thanks guys!
Reply
#2
Change your html file into theme:
-rename your index.html to template.php
-replace <title>Svetovarna</title> with <title><?php echo get_page_title(); ?></title>
-replace all between <body>(...)</body> with <body><?php echo get_page_content(); ?></body>
-save it as an additional theme to a new GS install (details in link above)
-paste all from between <body>(...)</body> into GS edit window of an index page.

That is it in a nutshell, though will take some time if you have not done it before. I also doubt you should use WysiWyg editor for this page, so I would switch it off.
Reply




Users browsing this thread: 1 Guest(s)