Blogsome Categories in Drop Down Menu
How to create Blogsome.com blog Categories in a Drop Down Menu
1. After login -> Manage -> Files -> Main Index
2. Find the following code -> {list_cats optionall=’0′ all=’All’ sort_column=’name’}
3. Delete and replace it with this code:
<li><form name="category" action="" method="POST" style="margin: 0px; padding: 0px;">
{blogsome_dropdown_cats optionall='0' all='All' sort_column='name'}
<input size="40" type="button" value="Go" onclick="window.location = (document.category.cat.options[document.category.cat.selectedIndex].value);" /></form></li>
4. Click Update Tempalte to save the change. Done.
Blogsome Archive in Drop-down Menu Style
Here is how to create a drop-down archive menu for Blogsome powered blog (if you still like your Blogsome.com;s blog)
1. After login -> Manage -> Files -> Main Index
2. Find the following code: {get_archives type=’monthly’}
3. Delete and replace it with this code:
<li><form name="archiveform" action="" method="post" style="margin: 0px; padding: 0px;">
<select id="archive_chrono">
<option value=''>Select Month to View</option>
{get_archives type='monthly' format='option' show_post_count='1'}
</select>
<input size="40" type="button" value="Go" onclick="window.location = (document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);" />
</form></li>
4. Click Update Template to save. Done.
Export Import Blogsome to WordPress
How to export import migrate Blogsome blog posts / articles / contents to WordPress blog with xml wxr file or Sql dump (mysql) backup file. Applied to self-hosted wordpress and wordpress.com blog.
There are two options to migrate (export/import) your Blogsome content to self-hosted WordPress blog. One via RSS feed xml file. Another through sql file.
CONTENTS
- Why any need to Migrate?
- Migrating Blogsome to WordPress via RSS
- Migrating Blogsome to WordPress via MySql Dump file
I. Why any Need to Migrate from Blogsome to WordPress
Blogsome now has closed any new registration / sign-up. Which means it’s a matter of time when Blogsome will close down its free services entirely. So, for those who blogs a lot in Blogsome blog, it’s urgent to save their posts/articles by migrating (export/import) them to WordPress powered blog before it becomes too late.
II. Migrating Blogsome to WordPress via RSS
II.1 Step 1: Export/import Blogsome via RSS Feed
- After login to your Blogsome account -> Dashboard -> see the number of posts you have (at bottom right) and write it down. Example, 562 posts.

- Click Options -> Reading ->
- Reading Options
- Now, Go to yourblogname.blogsome.com/feed. E.g. http://example.blogsome.com/feed/
- Save the feed page with xml format:
- After opening http://example.blogsome.com/feed/ -> click File in the browser
- Save Page as -> name the file with xml extension like this: blogsome.xml
- Save it in your pc / laptop.
- Done. This blogsome.xml file will be used later to export all blogsome posts to WordPress blog.
II.2. Step 2. Import the Blogsome xml file to WordPress Blog
- Login to your self-hosted WordPress blog -> Tools
- Import ->RSS
- You will be redirected to install RSS plugins
- After installation -> browse to Blogsome xml file. Example, blogsome.xml. Wait for a while.
- Done. All your Blogsome posts are imported to your self-hosted WordPress blog.
Notes:
- This method will only import Blogsome posts, not including comments, trackbacks or pages.
- The xml file you just saved could be exported to Self-Hosted WordPress blog, not WordPress.com.
- After saving the RSS xml file, you may return the option in your Blogsome post to previous settings.
III. Migrating Blogsome to WordPress via Sql file
You may migrate Blogsome blog posts/articles to self-hosted WordPress blog using Sql file backup. It is capable of importing all of your blog contents including posts/articles, comments, and static pages. However, the importing process is very difficult and challenging. Often times it ends up in failure. So, don’t try this if you don’t know what you’re doing or lest you’re wasted a lot of your precious time.
III.1. Saving MySql backup (Sql Dump) file from Blogsome Blog
- Login to your Blogsome blog admin -> Manage ->
- Click Backup link ->Save File -> name and save it to your computer in zip format

- Unzip it. Done. (the unzipped file will be used to import to WordPress)
III.2. Import Blogsome MySql File (Sql Dump) to Self-Hosted WordPress Blog
- Login to your website/blog cpanel (http://website.com/cpanel)
- Install WordPress. Using Fantastico is recommended
- Login to your WordPress Blog (blogname.com/wp-login.php) and make proper settings.
- Back to your Cpanel -> phpMyAdmin to export your SQL for the just installed WordPress
- For more details, refer to this site and this site (particularly for non-latin/UTF8 characters’ blog).
III.3. Import Blogsome MySql File (Sql Dump) to Wordpess.com Blog
Is it possible to export/import Blogsome Sql Dump to WordPress.com? Yes, with the help of WordPress.com support team.
- Assuming you have a WordPress.com blog, create one first if you don’t.
- Send an email to support@wordpress.com (Attention: Mark)
- Attache the zip file of your Blogsome Sql dump and ask his help to turn it into XML or WXR (WordPress eXtended RSS) format for export/import purposes to WordPress.com
- Once you get the xml/wxr file, all you need is this:
- Login to your WordPress.com blog.
- Tools -> Import -> WordPress
- Browse the Blogsome XML /WXR file ->click Upload files and import.
- Done.
How to Copy Blogsome Themes
If you found out a good themes or template in blogsome.com blog and the themes creator won’t tell you how to download it, the following tips may be beneficial for you:
1. To Copy the css layout: http://blogname.blogsome.com/templates/wp-layout.css
2. To Copy main index: http://blogname.blogsome.com/templates/index.html
3. To Copy post: http://blogname.blogsome.com/templates/post.html
4. To Copy comments: http://blogname.blogsome.com/templates/comments.html
Once you opened the page, for example no. 1. Click the view -> page source ->Save it in notepad. Remember to name it like the original i.e. post, comments, index, etc.
Repeat the same process to all four element of blogsome themes above.
After it’s done.
1. Login to your blogsome.com blog
2. Click Manage -> Files -> copy/paste the index into index.html, post into post.html, and so on.
3. Click Update Template everytime you made a change.
Good luck!


