Sunday, January 20, 2008

Directly Go to Your First Post

Here is a simple blogger hack to immediately forward a user to the first post in your blog.

Put the following code between the <head> and </head> tags in your blogger template:

<blogger><Mainpage>
<script language="JavaScript">
<!--
document.location.replace('<$BlogItemPermalinkURL$>');
//-->
</script>
</Mainpage></blogger>

Enjoy!

1 Comment:

  1. Adely said...
    did tht, nothing happens, im using the upgraded html. i put the codes right below (head).

    nothing change.

Post a Comment