What does it do? This simple yet useful script hides your blog entry in the "Comments Page". When clicked, it'll display the entire entry.
How useful is it? A comments page is essentially for reading comments. It helps prevent the need for excessive scrolling through long entries and bring you straight to the comments. And if you do want to refer to the entry, you can always reveal it simply by clicking on "Show Original Post".
How to install it?
Go to "Layout & Designs"
Scroll to the Bottom and click on "Comments Page Edit"
Find the BlogDrive Tag, [post] and replace it with the following codes:
<!-- Start Auto Hide Entry (Comments Page Tool)-->
<script type="text/javascript"><!--
var commentshow = "Show Original Post";
var commenthide = "Hide Original Post";
//--></script>
<script type="text/javascript" src="http://design.blogdrive.com/scripts/commenthide"></script>
<div id="commentpost" style="display:none">[post]</div>
<!-- End Auto Hide Entry (Comments Page Tool)-->