GetSimple Support Forum

Full Version: I want to use my own design
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Does anyone want to tell me how to go about putting my own webpage design in the templates folder?
I simply want to use GS on my website which I designed.
How do I go about it?
Thanks for any useful information.
Alan
http://get-simple.info/docs/

Check the theme tutorials
Study html/css code of 2 templates provided in GS archive.
yojoe Wrote:Study html/css code of 2 templates provided in GS archive.
Thanks for replying, most people dont bother, But where do I find the GS Archive?
Thanks
Alan
in your theme directory there should be 2 installed themes.

Check out the template.php files in each...

M
Is it a case of copy and pasting the themes / templates and adapting them to my own design?
yeah, I guess, but just look for the function calls like:

Code:
<?php get_page_title(); ?>
get_page_title() use this in place of your page's H1 title
Code:
<?php get_page_content(); ?>
get_page_content() use this in place of your page's body
Code:
<?php get_theme_url(); ?>
get_theme_url() use this to link to files/folders within your theme's folder /path-to-gs/theme/your-theme-folder/