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/tfgarchive/wpblogtest1.old/wp-content/themes/primepress/navigation.php
<?php if (is_single()) : ?>

	<div class="navigation">
		<div class="navleft"><?php previous_post_link('&#8592; %link') ?></div>
		<div class="navright"><?php next_post_link('%link &#8594;') ?></div>
		<div class="clear"></div>
	</div>

<?php else : ?>

	<div class="navigation">
		<div class="navleft"><?php next_posts_link('&#8592; Earlier Posts') ?></div>
		<div class="navright"><?php previous_posts_link('Newer Posts &#8594;') ?></div>
		<div class="clear"></div>
	</div>

<?php endif; ?>