Immediately Go to Your First Post-New Blogger Hack
January 14, 2008
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!
Trackback this post | Subscribe to the comments via RSS Feed