Sunday, January 20, 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!
Labels: Blogger Hacks
1 Comment:
Subscribe to:
Post Comments (Atom)
nothing change.