Posts: 9
Threads: 3
Joined: Dec 2010
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
Posts: 4
Threads: 1
Joined: Feb 2011
Posts: 1,204
Threads: 30
Joined: Jun 2010
Study html/css code of 2 templates provided in GS archive.
Addons: blue business theme, Online Visitors, Notepad
Posts: 9
Threads: 3
Joined: Dec 2010
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
Posts: 1,108
Threads: 70
Joined: Aug 2009
in your theme directory there should be 2 installed themes.
Check out the template.php files in each...
M
Posts: 9
Threads: 3
Joined: Dec 2010
Is it a case of copy and pasting the themes / templates and adapting them to my own design?
Posts: 1,848
Threads: 86
Joined: Aug 2009
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/
-
Chris
Thanks for using GetSimple! - Download
Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!