Congratulations Isis!
I did notice one thing though when visiting your Blog...
You have a PHP error code being displayed:
Code:
Warning: in_array(): Wrong datatype for second argument in /home/content/i/s/i/isiskali/html/wordpress/wp-content/plugins/BAStats/BAStats_logger.php on line 114
Although it does sound like an easy fix, I am sure they have an updated version with that fixed anyway...
You may want to contact the guy who setup your website (if you set it up, ignore that) and get your
Code:
display_errors = true;
in the php.ini turned to FALSE (so everyone visiting your site won't see any errors that get thrown up).
Hopefully you have custom php.ini's! Some shared hosts do it, not all.
Hope that helps.