HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
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', ' &#8212; '); ?>
</h2>
	<?php the_content('Continue reading this entry &raquo;'); ?>
	<?php wp_link_pages('before=<strong>Page: &after=</strong>&next_or_number=number&pagelink=%'); ?>

</div>