HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress/wp-content/themes/shoot-it/sidebar.php
		<div id="sidebar">
			<div id="rightbar">
				<div class="menu">
					<ul class="navlist">
						<?php 	/* Widgetized sidebar, if you have the plugin installed. */
							if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('right') ) : ?>
						<?php wp_list_bookmarks('title_li=&title_before=<h3>&title_after=</h3>'); ?>
						<?php if ( is_home() || is_page() ) { /* If this is the frontpage */ ?>
						<li><h3>Meta</h3>
							<ul class="navlist">
							<?php wp_register(); ?>
							<li><?php wp_loginout(); ?></li>
							<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
							<?php wp_meta(); ?>
							</ul>
						</li>
						<?php } ?>
						<?php endif; ?>
					</ul>
				</div><!-- menu -->
			</div><!-- rightbar -->
			<div id="leftbar">
				<div class="menu">
					<ul class="navlist">
						
						<li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
			
						<?php if ( is_404() || is_category() || is_day() || is_month() ||
									is_year() || is_search() || is_paged() ) {
						?> <li>
			
						<?php /* If this is a 404 page */ if (is_404()) { ?>
						<?php /* If this is a category archive */ } elseif (is_category()) { ?>
						<p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
			
						<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
						<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
						for the day <?php the_time('l, F jS, Y'); ?>.</p>
			
						<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
						<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
						for <?php the_time('F, Y'); ?>.</p>
			
						<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
						<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
						for the year <?php the_time('Y'); ?>.</p>
			
						<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
						<p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
						for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
			
						<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
						<p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>
			
						<?php } ?>
			
						</li> <?php }?>
						
						<?php 	/* Widgetized sidebar, if you have the plugin installed. */
							if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('left') ) : ?>
						<?php wp_list_pages('title_li=<h3>Pages</h3>' ); ?>
						<?php wp_list_categories('title_li=<h3>Topics</h3>'); ?>
						<?php if ( function_exists('wp_tag_cloud') ) { // start tag cloud ?>
						<li id="tag_cloud" class="widget">
							<h3>Tags</h3>
							<p align="center" class="tags"><?php wp_tag_cloud('smallest=11&largest=28'); ?></p>
						</li>
						<?php } // end tag cloud ?>
						<?php endif; ?>
						
					</ul>
				</div><!-- menu -->
			</div><!-- leftbar -->
		</div><!-- sidebar -->