GetSimple Support Forum
Template i made doesn't show up. - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Template i made doesn't show up. (/showthread.php?tid=262)



Template i made doesn't show up. - oToom - 2009-12-31

Okay, so i have made a template, and once i'm done i will release it for others to use.
Yet, i "think" i have done everything proply but when i got to my site it shows a blank screen.

I'll attach the files for people to look over.

Any help appreciated.


Template i made doesn't show up. - n00dles101 - 2009-12-31

HI,

On line 6 of template.php you have get_site_title() instead of get_site_name()

Just change it and all should be fine.

Mike.


Template i made doesn't show up. - oToom - 2009-12-31

Thanks for the quick reply. I'll try that now and get back to you.

EDIT: I changed that line mate, but still nothing. It still just shows a blank white screen. I set thye theme, visit my site and its just blank.

If theres any more help, appreciated very much!


Template i made doesn't show up. - ccagle8 - 2009-12-31

I made the change Mike spoke of and it worked:


changed this:

Code:
<title><?php get_site_title(); ?> | <?php get_page_clean_title(); ?></title>

to this:

Code:
<title><?php get_site_name(); ?> | <?php get_page_clean_title(); ?></title>



Template i made doesn't show up. - oToom - 2009-12-31

Very, very strange. That is what i changed yet still no luck :S.

I'll try, once again. Thanks mate.