Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Template i made doesn't show up.
#1
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.
Visit my portfolio website: http://graphixant.com
Reply
#2
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.
My Github Repos: Github
Website: DigiMute
Reply
#3
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!
Visit my portfolio website: http://graphixant.com
Reply
#4
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!
Reply
#5
Very, very strange. That is what i changed yet still no luck :S.

I'll try, once again. Thanks mate.
Visit my portfolio website: http://graphixant.com
Reply




Users browsing this thread: 1 Guest(s)