Common Problems
I entered (some code) on my webpage, and now it’s blank!
You’ve probably added some CSS or Javascript to the main page which uses curly brackets like these: {}. The Smarty templating engine interprets text in curly brackets as template commands, and will crash on an invalid comment. To solve this problem, wrap your code in a pair of literal tags: {literal} CODE HERE {/literal}
My time zone is inaccurate!
This is a common problem. Fortunately, this thread details the solution: Run the upgrade.php script located at http://username.blogsome.com/wp-admin/upgrade.php
How do I FTP files?/How do I delete files?
For security reasons, Blogsome does not offer FTP access. All files must be uploaded using the web upload form in the administrative panel of your weblog. At present, there is no ability to delete files once they are uploaded. This is a known limitation. Since Blogsome has a 1MB size limit, you may wish to host photos and other large files through a separate service and use your Blogsome space for layout images and other commonly used, small graphics.