dude your missed a semicolon in functions.php line 19, so this brakes the whole site
]]>Fixed krakatau 0.0.1
I’m really sorry for all user. This my mistake for version 0.1.1 —>
Only small mistake..
go to functions.php file and find this:
add_theme_support( 'custom-background')
Now you just need add ;
end that code like this:
add_theme_support( 'custom-background') ;
Many thank’s
=Amdhas=