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/k2/blocks/k2-404.php
<div class="hentry four04">

	<div class="entry-head">
		<h3 class="center"><?php _e('Not Found','k2_domain'); ?></h3>
	</div>

	<div class="entry-content">
		<p><?php _e('Oh no! You\'re looking for something which just isn\'t here! Fear not however, errors are to be expected. Lucky for you, there are tools in the sidebar for you to use in your search for what you need, or you can browse the most recent posts, listed below.','k2_domain'); ?></p>
		
		<h4>Most Recent Posts:</h4>
	    <ul>
	 <?php
	 $getposts = get_posts();
	 foreach( $getposts as $p ) : ?>
	    <li><a href="<?php echo $p->guid; ?>"><?php echo $p->post_title; ?></a></li>
	 <?php endforeach; ?>
	    </ul>
	
	</div>

</div><!-- .hentry .four04 -->