GetSimple Support Forum

Full Version: Template i made doesn't show up.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
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!
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>
Very, very strange. That is what i changed yet still no luck :S.

I'll try, once again. Thanks mate.