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/theflexguy.com/wp-content/themes/primepress/sidebar-one.php
<div id="sidebar-1" class="sidebar">

	<ul class="xoxo sidebar-items">
	<?php if ( !dynamic_sidebar('Sidebar One') ) : ?><!--sidebar-1 widgets start-->
		
		<!--Categories Widget-->
		<?php the_widget('WP_Widget_Categories', 'count=0&hierarchical=1&dropdown=0' ,'before_widget=<li class="widget widget_categories">&after_widget=</li>'); ?>
		
		<!--Archives Widget-->
		<?php the_widget('WP_Widget_Archives', 'count=0&dropdown=0','before_widget=<li class="widget widget_archive">&after_widget=</li>'); ?>
		
	<?php endif; ?><!--sidebar-1 widgets end-->
	</ul>

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