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/light/sidebar.php
<?php do_action( 'before_sidebar' ); ?>
<ul id="sidebar">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>

<li id="searchdiv">
<form id="searchform" method="get" action="/">
<input type="text" name="s" id="s" size="20"/>
<input name="sbutt" type="submit" value="<?php esc_attr_e( 'Find' ); ?>" alt="<?php esc_attr_e( 'Submit' ); ?>"  />
</form>
</li>

<li>
<h2><?php _e('Monthly Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>

<li>
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php wp_list_cats(); ?>
</ul>
</li>

<li>
<h2><?php _e('Stay Updated'); ?></h2>
<ul id="feed">
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php esc_attr_e( 'Syndicate this site using RSS' ); ?>"><?php _e('RSS Articles'); ?></a></li>
</ul>
</li>
<?php endif; ?>

</ul>