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/sidebar-wide.php
<div id="sidebar-wide" class="sidebar">
	
	<ul class="xoxo sidebar-items">
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar Wide") ) : ?><!--#sidebar-wide widgets start-->
		
		<li id="pp-recent-posts" class="widget">
			<h2 class="widgettitle"><?php _e('Recent Posts'); ?></h2>
			<ul>
				<?php wp_get_archives('type=postbypost&limit=10'); ?>
			</ul>
		</li>
		
	<?php endif; ?><!--#sidebar-wide widgets end-->
	</ul>

</div><!--#sidebar-wide-->