Posts: 59
Threads: 14
Joined: Dec 2009
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.
Posts: 1,108
Threads: 70
Joined: Aug 2009
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.
Posts: 59
Threads: 14
Joined: Dec 2009
2009-12-31, 03:58:44
(This post was last modified: 2009-12-31, 04:05:45 by prince15.)
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!
Posts: 1,848
Threads: 86
Joined: Aug 2009
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>
-
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!
Posts: 59
Threads: 14
Joined: Dec 2009
Very, very strange. That is what i changed yet still no luck :S.
I'll try, once again. Thanks mate.