File: /home/mmickelson/martyknows.com/wp-content/themes/fauna/template-sidenote.php
<?php /*
Sidenote Post Template
If Sidenotes are used, this template will hold the layout used for these.
*/
?>
<div <?php post_class( 'sidenote' ); ?>>
<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php echo esc_attr( sprintf( __( 'Permanent Link: %s' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_title(); ?></a> <?php comments_popup_link(__('(Leave a Comment)'), __('(1 Comments)'), __('(% Comments)'), ('sidenote-permalink'), ('')); ?>
<?php if (!comments_open()) { ?><a href="<?php the_permalink() ?>" class="sidenote-permalink">#</a><?php } ?>
<?php edit_post_link('Edit This', ' — '); ?>
</h2>
<?php the_content('Continue reading this entry »'); ?>
<?php wp_link_pages('before=<strong>Page: &after=</strong>&next_or_number=number&pagelink=%'); ?>
</div>