Copyright © 2010 Blogger Indonesia A. Fatih Syuhud Weblog. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Posts Tagged ‘ blogsome tutorial ’
Blogsome.com is a free wordpress-hosted blog which still use the old Wordpress MU. So, you won’t find any widget here. That’s said, some people are still using Blogsome because it’s a bit like blogger.com in the sense (a) you may insert adsense or any other javascript based ads; and (b) you have the freedom to access and change the html codes in the css, index, single post and comments something you won’t find in any other wordpress based free services.
For example, you may ‘hack’ your blogsome.com to create Sitemap as follows:
1. After login -> Manage -> Pages -> Create new Pages -> in the Page Title name it “Sitemap” -> click “Create New Page”
2. Click “Manage” -> Files -> index.html (by default)
3. In the index.html, find this code: {$content}
4. Copy and paste the following code below it:
{if $smarty.server.REQUESTURI == ‘/sitemap/’} <h2>Site map</h2 <ul>{wplistpages}</ul> <h2>Categories</h2> <ul>{listcats optionall=’1′ all=’All’ sortcolumn=’name’ optioncount=’0′ children=’0′}</ul> <h2>Posts</h2> <ul>{getarchives type=’postbypost’ limit=” format=’html’}</ul> {/if}
5. Click “Update Tempalte”. Done.
Continue Reading »Arguably, blogsome.com is the only wordpress powered free blog provider that allow its users a free access to modify the template /themes. Giving access to its index.php, single.php and comments.php. None of wordpress-powered free blog–not to say wordpress.com– has ever given away such generous free services. Outdated wordpress platform regardless (it uses 2.3 wordpress MU), it enables blogsome users to put Adsense and any online advertising wherever one likes. For this reason alone, we find there’re still many blogsome users up till now.
For newbie bloggers who wants to try some luck in making money online through AdSense and others, you may try blogsome.com besides blogger.com. It still works well as far as Google juice goes.
Here’s how and where you can put Adsense in blogsome:
1. After login to your blogsome.com, click Manage -> Files
2. (a) Click “Main Page” if you want to put AdSense there, ie in the sidebar, header and below or above the body.
(b) Click “Posts” if you want to put Adsense appear repeatedly below or above every posting / article in the frontpage.
(c) Click “Comments” if you want to put Adsense below or above the comments. Adsense or others will be shown only after visitors click a particular post / article.
Wish you luck!
Related posts:
Continue Reading »SEO title means, the post title precede the blog name. If your blog name is “Bingo” and one of your post title is “Marketing Vacancy” then if you open the link to “Marketing Vacancy”, the browser will read like this: Marketing Vacancy Bingo; NOT Bingo Marketing Vacancy as the default blogsome title will show.
Now, how to have a SEO title in Blogsome.com? Follow this simple step:
- Login into your blogsome blog -> Manage -> Files -> Index
- Find the following code in the header:
<title>{bloginfo show=’name’} {single_post_title prefix=’ :: ‘}{single_cat_title prefix=’ :: ‘}{single_month_title prefix=’ :: ‘}</title>
- Delete it, and replace it with this code:
<title> {single_post_title prefix=’ ‘} {bloginfo show=’name’} </title>
- Click “Update Template”.
- Done.
Related articles:
- Blogsome Themes Templates
- How to Copy Blogsome Theme from Other’s Blog
- SEO Title for Blogger Blogspot





