I looked at the demo, which I could sure use on a site I'm working.

Is it possible to have the blocks without the blotch on the left upper corner and the comment label on the right upper corner.

Or maybe you could include the graphic in the package not to have those elements.

I'm not working on a blog site, but an old English literature site.

The look and feel of an old important document is nice

Comments

megadrupal’s picture

Sorry, I didn't get the graphic.
But you can easy delete the blotch on the left upper corner and the comment label on the right upper corner:
Open node.tpl.php, find and delete:

<div class="calendar"><small><?php print format_date($node->created, 'custom', 'M'); ?></small> <strong><?php print format_date($node->created, 'custom', 'd'); ?></strong></div>
  <?php if ($page == 0): ?>
  <div class="numbercomments">
  	<?php print '<a href="'.$node_url.'#comments">'.$comment_count.'</a>'; ?>
  </div>
  <?php endif; ?>