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/theflexguys.com/baronconstruct/wp-content/themes/liquorice/sidebar.php
<?php
/**
 * The template for displaying the sidebar.
 *
 * @package WordPress
 * @subpackage Liquorice
 */
?>
	<div id="secondary-content" class="widget-area" role="complementary">
		<ul class="xoxo">

		<?php // The primary sidebar used in all layouts
		if ( ! dynamic_sidebar( 'primary' ) ) : ?>

			<li id="search" class="widget-container widget_search">
				<h3 class="widget-title"><?php _e( 'Search', 'liquorice' ); ?></h3>
				<?php get_search_form(); ?>
			</li>

			<li class="widget-container">
				<h3 class="widget-title"><?php _e( 'Links', 'liquorice' ); ?></h3>
					<ul>
						<?php wp_list_bookmarks( array( 'title_li' => '', 'categorize' => 0 ) ); ?>
					</ul>
			</li>

		<?php endif; // end widget area ?>

		</ul>
	</div><!-- #secondary-content .widget-area -->