GetSimple Support Forum

Full Version: Integrate into existing site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
Is it possible to integrate getsimple into an existing site or import a theme into getsimple. We use xara web which generates html and css.
Thanks
alanfallow Wrote:Hi
Is it possible to integrate getsimple into an existing site or import a theme into getsimple. We use xara web which generates html and css.
Thanks


1) you can install getsimple and the link to it will be "directory of getsimple/index.php

so it is no problem to integrate it into any other site (if it makes sense, I cannot judge)

2) read the wiki to find about themes for getsimple

it is really not difficult
Alan,

as a small addition to what Connie wrote: I suggest checking out the template tag wiki page to see if you'll need any of the tags when you recreate your site's layout in GS. The page covers placeholders which are being replaced by GetSimple before creating the final output for the screen.

One important placeholder is

Code:
<?php get_page_content(); ?>

It echos a page's content which you input into a page's edit field in the backend.

If you have questions about theming after reading up in the wiki, feel free to ask in the Theme section on the forum.