Create Sitemap in Blogsome
Posted on November 11, 2009
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.
Filed Under Asides Tags: blogging tutorial, blogsome tutorial
Subscribe Blogger Indonesia by Email through Feedburner or Feedblitz newsletter!!












I wish blogsome could upgrade their wordpress engine someday. but, since it is free blogging service and hackable it good enough for me. Thanks for the trik adding sitemap at blogsome
cannot registered there anymore
Yea. I think due to high spam they disable new registration
blog saya di blogsome kayanya kena supplemental result, udah dari agustus masak N/A terus PR nya
I’m not yet try blogsome.. Thx info mas.. Regards
Bagus infonya