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/whiteasmilk/sidebar.php
	<div id="sidebar">
		<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : ?>
		</ul>
	</div>
<?php return; endif; ?>
			<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
			<li><h2><?php _e('Author','whiteasmilk'); ?></h2>
			<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
			</li>
			-->

			<?php wp_list_pages('title_li=<h2>' . __('Pages','whiteasmilk') . '</h2>' ); ?>

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

			<li><h2><?php _e('Categories','whiteasmilk'); ?></h2>
				<ul>
				<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
				</ul>
			</li>

				<?php wp_list_bookmarks(); ?>

		<?php if (function_exists('wp_theme_switcher')) { ?>
			<li><h2><?php _e('Themes','whiteasmilk'); ?></h2>
			<?php wp_theme_switcher(); ?>
			</li>
		<?php } ?>

				<li><h2><?php _e('Meta','whiteasmilk'); ?></h2>
				<ul>
					<?php wp_register(); ?>
					<li><?php wp_loginout(); ?></li>
					<li><?php _e('<a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a>','whiteasmilk'); ?></li>
					<li><a href="http://<?php _e('wordpress.com','whiteasmilk'); ?>/" title="<?php esc_attr_e( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.','whiteasmilk' ); ?>"><?php _e('WordPress.com','whiteasmilk'); ?></a></li>
					<?php wp_meta(); ?>
				</ul>
				</li>

			<li>
				<?php get_search_form(); ?>
			</li>
		</ul>
	</div>