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/twenty-eight/navigation.php
<?php ?><hr />
<?php if ( is_single() ) { ?>
<div class="navigation">
	<div class="left">
		<?php previous_post( '<span>&laquo;</span> %', '', 'yes' ); ?>
	</div>
	<div class="right">
		<?php next_post( '% <span>&raquo;</span>', '', 'yes' ); ?>
	</div>
	<div class="clear"></div>
</div>
<?php } else { ?>
<div class="navigation">
	<div class="left">
		<?php next_posts_link( __( '<span>&laquo;</span> Previous Entries', 'twenty-eight' ) ); ?>
	</div>
	<div class="right">
		<?php previous_posts_link( __( 'Next Entries <span>&raquo;</span>', 'twenty-eight' ) ); ?>
	</div>
	<div class="clear"></div>
</div>
<?php } ?><hr />