HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/hosted/gazzocpa_com/wp-content/themes/theme1429/sidebar.php
<aside id="sidebar" class="grid_7 <?php if (of_get_option('blog_sidebar_pos') == "right" ) {echo "prefix_3 omega";} else {echo "suffix_3 alpha";} ?>">
	<?php if ( ! dynamic_sidebar( 'Sidebar' )) : ?>

		<div id="sidebar-search" class="widget">
			<h3>Search</h3>
			<?php get_search_form(); ?> <!-- outputs the default Wordpress search form-->
		</div>
		
		<div id="sidebar-nav" class="widget menu">
			<h3>Navigation</h3>
			<?php wp_nav_menu( array('menu' => 'Sidebar Menu' )); ?> <!-- editable within the Wordpress backend -->
		</div>
		
		<div id="sidebar-archives" class="widget">
			<h3>Archives</h3>
			<ul>
				<?php wp_get_archives( 'type=monthly' ); ?>
			</ul>
		</div>

		<div id="sidebar-meta" class="widget">
			<h3>Meta</h3>
			<ul>
				<?php wp_register(); ?>
				<li><?php wp_loginout(); ?></li>
				<?php wp_meta(); ?>
			</ul>
		</div>

	<?php endif; ?>
</aside><!--sidebar-->